Home
last modified time | relevance | path

Searched refs:ti_emif_pm_functions (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dti-emif-sram.h47 struct ti_emif_pm_functions { struct
119 offsetof(struct ti_emif_pm_functions, save_context)); in ti_emif_asm_offsets()
121 offsetof(struct ti_emif_pm_functions, restore_context)); in ti_emif_asm_offsets()
123 offsetof(struct ti_emif_pm_functions, run_hw_leveling)); in ti_emif_asm_offsets()
125 offsetof(struct ti_emif_pm_functions, enter_sr)); in ti_emif_asm_offsets()
127 offsetof(struct ti_emif_pm_functions, exit_sr)); in ti_emif_asm_offsets()
129 offsetof(struct ti_emif_pm_functions, abort_sr)); in ti_emif_asm_offsets()
130 DEFINE(EMIF_PM_FUNCTIONS_SIZE, sizeof(struct ti_emif_pm_functions)); in ti_emif_asm_offsets()
/openbmc/linux/drivers/memory/
H A Dti-emif-pm.c35 struct ti_emif_pm_functions pm_functions;
H A Demif.h592 struct ti_emif_pm_functions;