File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -135,6 +135,10 @@ enum pm_ret_status {
135
135
};
136
136
137
137
enum pm_ioctl_id {
138
+ IOCTL_GET_RPU_OPER_MODE = 0 ,
139
+ IOCTL_SET_RPU_OPER_MODE = 1 ,
140
+ IOCTL_RPU_BOOT_ADDR_CONFIG = 2 ,
141
+ IOCTL_TCM_COMB_CONFIG = 3 ,
138
142
IOCTL_SD_DLL_RESET = 6 ,
139
143
IOCTL_SET_SD_TAPDELAY = 7 ,
140
144
IOCTL_SET_PLL_FRAC_MODE = 8 ,
@@ -175,6 +179,21 @@ enum pm_query_id {
175
179
PM_QID_CLOCK_GET_MAX_DIVISOR = 13 ,
176
180
};
177
181
182
+ enum rpu_oper_mode {
183
+ PM_RPU_MODE_LOCKSTEP = 0 ,
184
+ PM_RPU_MODE_SPLIT = 1 ,
185
+ };
186
+
187
+ enum rpu_boot_mem {
188
+ PM_RPU_BOOTMEM_LOVEC = 0 ,
189
+ PM_RPU_BOOTMEM_HIVEC = 1 ,
190
+ };
191
+
192
+ enum rpu_tcm_comb {
193
+ PM_RPU_TCM_SPLIT = 0 ,
194
+ PM_RPU_TCM_COMB = 1 ,
195
+ };
196
+
178
197
enum zynqmp_pm_reset_action {
179
198
PM_RESET_ACTION_RELEASE = 0 ,
180
199
PM_RESET_ACTION_ASSERT = 1 ,
You can’t perform that action at this time.
0 commit comments