.. | .. |
---|
55 | 55 | struct ti_emif_pm_functions { |
---|
56 | 56 | u32 save_context; |
---|
57 | 57 | u32 restore_context; |
---|
| 58 | + u32 run_hw_leveling; |
---|
58 | 59 | u32 enter_sr; |
---|
59 | 60 | u32 exit_sr; |
---|
60 | 61 | u32 abort_sr; |
---|
.. | .. |
---|
126 | 127 | offsetof(struct ti_emif_pm_functions, save_context)); |
---|
127 | 128 | DEFINE(EMIF_PM_RESTORE_CONTEXT_OFFSET, |
---|
128 | 129 | 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)); |
---|
129 | 132 | DEFINE(EMIF_PM_ENTER_SR_OFFSET, |
---|
130 | 133 | offsetof(struct ti_emif_pm_functions, enter_sr)); |
---|
131 | 134 | DEFINE(EMIF_PM_EXIT_SR_OFFSET, |
---|