Searched refs:ARM_IDLECT1 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | pm.c | 134 __u32 saved_idlect1 = omap_readl(ARM_IDLECT1); in omap1_pm_idle() 139 omap_writel(use_idlect1, ARM_IDLECT1); in omap1_pm_idle() 141 omap_writel(saved_idlect1, ARM_IDLECT1); in omap1_pm_idle() 146 omap_sram_suspend(omap_readl(ARM_IDLECT1), in omap1_pm_idle() 252 ARM_SAVE(ARM_IDLECT1); in omap1_pm_suspend() 336 * Restore ARM state, except ARM_IDLECT1/2 which omap_cpu_suspend did in omap1_pm_suspend() 394 ARM_SAVE(ARM_IDLECT1); in omap_pm_debug_show() 442 ARM_SHOW(ARM_IDLECT1), in omap_pm_debug_show()
|
H A D | sleep.S | 52 * The values of the registers ARM_IDLECT1 and ARM_IDLECT2 are passed 97 @ load base address of ARM_IDLECT1 and ARM_IDLECT2 119 * used here because r0 holds ARM_IDLECT1 127 * stack, reset the ARM_IDLECT1 and ARM_IDLECT2. 167 @ Load base address of ARM_IDLECT1 and ARM_IDLECT2 185 * used here because r0 holds ARM_IDLECT1 277 @ Restore the ARM_IDLECT1 and ARM_IDLECT2.
|
H A D | clock_data.c | 32 /* Some ARM_IDLECT1 bit shifts - used in struct arm_idlect1_clk */ 781 omap_writew(0x400, ARM_IDLECT1); in omap1_clk_init()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | pm.c | 134 __u32 saved_idlect1 = omap_readl(ARM_IDLECT1); in omap1_pm_idle() 139 omap_writel(use_idlect1, ARM_IDLECT1); in omap1_pm_idle() 141 omap_writel(saved_idlect1, ARM_IDLECT1); in omap1_pm_idle() 146 omap_sram_suspend(omap_readl(ARM_IDLECT1), in omap1_pm_idle() 270 ARM_SAVE(ARM_IDLECT1); in omap1_pm_suspend() 355 * Restore ARM state, except ARM_IDLECT1/2 which omap_cpu_suspend did in omap1_pm_suspend() 419 ARM_SAVE(ARM_IDLECT1); in omap_pm_debug_show() 474 ARM_SHOW(ARM_IDLECT1), in omap_pm_debug_show()
|
H A D | sleep.S | 52 * The values of the registers ARM_IDLECT1 and ARM_IDLECT2 are passed 92 @ load base address of ARM_IDLECT1 and ARM_IDLECT2 116 * used here because r0 holds ARM_IDLECT1 129 @ reset the ARM_IDLECT1 and ARM_IDLECT2. 177 @ load base address of ARM_IDLECT1 and ARM_IDLECT2 199 * used here because r0 holds ARM_IDLECT1 207 * stack, reset the ARM_IDLECT1 and ARM_IDLECT2. 247 @ Load base address of ARM_IDLECT1 and ARM_IDLECT2 265 * used here because r0 holds ARM_IDLECT1 357 @ Restore the ARM_IDLECT1 an [all...] |
H A D | clock_data.c | 31 /* Some ARM_IDLECT1 bit shifts - used in struct arm_idlect1_clk */ 880 omap_writew(0x400, ARM_IDLECT1); in omap1_clk_init()
|
/kernel/linux/linux-6.6/include/linux/soc/ti/ |
H A D | omap1-io.h | 72 #define ARM_IDLECT1 (CLKGEN_REG_BASE + 0x4) macro
|
/kernel/linux/linux-5.10/arch/arm/mach-omap1/include/mach/ |
H A D | hardware.h | 108 #define ARM_IDLECT1 (CLKGEN_REG_BASE + 0x4) macro
|
Completed in 6 milliseconds