hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/include/linux/ti-emif-sram.h
....@@ -55,6 +55,7 @@
5555 struct ti_emif_pm_functions {
5656 u32 save_context;
5757 u32 restore_context;
58
+ u32 run_hw_leveling;
5859 u32 enter_sr;
5960 u32 exit_sr;
6061 u32 abort_sr;
....@@ -126,6 +127,8 @@
126127 offsetof(struct ti_emif_pm_functions, save_context));
127128 DEFINE(EMIF_PM_RESTORE_CONTEXT_OFFSET,
128129 offsetof(struct ti_emif_pm_functions, restore_context));
130
+ DEFINE(EMIF_PM_RUN_HW_LEVELING,
131
+ offsetof(struct ti_emif_pm_functions, run_hw_leveling));
129132 DEFINE(EMIF_PM_ENTER_SR_OFFSET,
130133 offsetof(struct ti_emif_pm_functions, enter_sr));
131134 DEFINE(EMIF_PM_EXIT_SR_OFFSET,