Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dcontrol.c622 static unsigned long am43xx_control_reg_offsets[] = { variable
680 static u32 am33xx_control_vals[ARRAY_SIZE(am43xx_control_reg_offsets)];
691 for (i = 0; i < ARRAY_SIZE(am43xx_control_reg_offsets); i++) in am43xx_control_save_context()
693 omap_ctrl_readl(am43xx_control_reg_offsets[i]); in am43xx_control_save_context()
705 for (i = 0; i < ARRAY_SIZE(am43xx_control_reg_offsets); i++) in am43xx_control_restore_context()
707 am43xx_control_reg_offsets[i]); in am43xx_control_restore_context()
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dcontrol.c556 static unsigned long am43xx_control_reg_offsets[] = { variable
614 static u32 am33xx_control_vals[ARRAY_SIZE(am43xx_control_reg_offsets)];
625 for (i = 0; i < ARRAY_SIZE(am43xx_control_reg_offsets); i++) in am43xx_control_save_context()
627 omap_ctrl_readl(am43xx_control_reg_offsets[i]); in am43xx_control_save_context()
639 for (i = 0; i < ARRAY_SIZE(am43xx_control_reg_offsets); i++) in am43xx_control_restore_context()
641 am43xx_control_reg_offsets[i]); in am43xx_control_restore_context()

Completed in 3 milliseconds