Searched refs:idlect_shift (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | clock_data.c | 102 .idlect_shift = IDL_CLKOUT_ARM_SHIFT, 139 .idlect_shift = IDLPER_ARM_SHIFT, 166 .idlect_shift = IDLXORP_ARM_SHIFT, 179 .idlect_shift = IDLTIM_ARM_SHIFT, 193 .idlect_shift = IDLWDT_ARM_SHIFT, 271 .idlect_shift = IDLIF_ARM_SHIFT, 351 .idlect_shift = IDLAPI_ARM_SHIFT, 364 .idlect_shift = IDLLB_ARM_SHIFT, 406 .idlect_shift = OMAP1510_IDLLCD_ARM_SHIFT,
|
H A D | clock.h | 228 __u8 idlect_shift; member
|
H A D | clock.c | 65 arm_idlect1_mask |= 1 << iclk->idlect_shift; in omap1_clk_allow_idle() 76 arm_idlect1_mask &= ~(1 << iclk->idlect_shift); in omap1_clk_deny_idle()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | clock_data.c | 102 .idlect_shift = IDL_CLKOUT_ARM_SHIFT, 137 .idlect_shift = IDLPER_ARM_SHIFT, 160 .idlect_shift = IDLXORP_ARM_SHIFT, 172 .idlect_shift = IDLTIM_ARM_SHIFT, 185 .idlect_shift = IDLWDT_ARM_SHIFT, 250 .idlect_shift = IDLIF_ARM_SHIFT, 310 .idlect_shift = IDLAPI_ARM_SHIFT, 321 .idlect_shift = IDLLB_ARM_SHIFT, 355 .idlect_shift = OMAP1510_IDLLCD_ARM_SHIFT,
|
H A D | clock.h | 131 __u8 idlect_shift; member
|
H A D | clock.c | 71 arm_idlect1_mask |= 1 << iclk->idlect_shift; in omap1_clk_allow_idle() 82 arm_idlect1_mask &= ~(1 << iclk->idlect_shift); in omap1_clk_deny_idle()
|
Completed in 6 milliseconds