Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-omap2/
Dcontrol.c617 static unsigned long am43xx_control_reg_offsets[] = { variable
675 static u32 am33xx_control_vals[ARRAY_SIZE(am43xx_control_reg_offsets)];
686 for (i = 0; i < ARRAY_SIZE(am43xx_control_reg_offsets); i++) in am43xx_control_save_context()
688 omap_ctrl_readl(am43xx_control_reg_offsets[i]); in am43xx_control_save_context()
700 for (i = 0; i < ARRAY_SIZE(am43xx_control_reg_offsets); i++) in am43xx_control_restore_context()
702 am43xx_control_reg_offsets[i]); in am43xx_control_restore_context()