forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 645e752c5a84baeb21015cdc85fc05b7d16312c8
kernel/drivers/soc/fsl/dpio/dpio.h
....@@ -75,9 +75,18 @@
7575 u16 token,
7676 struct dpio_attr *attr);
7777
78
+int dpio_set_stashing_destination(struct fsl_mc_io *mc_io,
79
+ u32 cmd_flags,
80
+ u16 token,
81
+ u8 dest);
82
+
7883 int dpio_get_api_version(struct fsl_mc_io *mc_io,
7984 u32 cmd_flags,
8085 u16 *major_ver,
8186 u16 *minor_ver);
8287
88
+int dpio_reset(struct fsl_mc_io *mc_io,
89
+ u32 cmd_flags,
90
+ u16 token);
91
+
8392 #endif /* __FSL_DPIO_H */