Searched refs:CLOCK_IDLE_CONTROL (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
H A D | clock_data.c | 96 .flags = CLOCK_IDLE_CONTROL | ENABLE_REG_32BIT | 131 .flags = CLOCK_IDLE_CONTROL, 161 .flags = CLOCK_IDLE_CONTROL, 174 .flags = CLOCK_IDLE_CONTROL, 187 .flags = CLOCK_IDLE_CONTROL, 265 .flags = CLOCK_IDLE_CONTROL, 346 .flags = CLOCK_IDLE_CONTROL, 359 .flags = CLOCK_IDLE_CONTROL, 398 .flags = CLOCK_IDLE_CONTROL,
|
H A D | clock.h | 91 #define CLOCK_IDLE_CONTROL (1 << 1) macro
|
H A D | clock.c | 61 if (!(clk->flags & CLOCK_IDLE_CONTROL)) in omap1_clk_allow_idle() 72 if (!(clk->flags & CLOCK_IDLE_CONTROL)) in omap1_clk_deny_idle()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap1/ |
H A D | clock_data.c | 98 .flags = CLOCK_IDLE_CONTROL | ENABLE_REG_32BIT, 129 .flags = CLOCK_IDLE_CONTROL, 156 .flags = CLOCK_IDLE_CONTROL, 168 .flags = CLOCK_IDLE_CONTROL, 179 .flags = CLOCK_IDLE_CONTROL, 244 .flags = CLOCK_IDLE_CONTROL, 306 .flags = CLOCK_IDLE_CONTROL, 317 .flags = CLOCK_IDLE_CONTROL, 347 .flags = CLOCK_IDLE_CONTROL,
|
H A D | clock.h | 59 #define CLOCK_IDLE_CONTROL (1 << 1) macro
|
H A D | clock.c | 67 if (!(clk->flags & CLOCK_IDLE_CONTROL)) in omap1_clk_allow_idle() 78 if (!(clk->flags & CLOCK_IDLE_CONTROL)) in omap1_clk_deny_idle()
|
/kernel/linux/linux-5.10/include/linux/clk/ |
H A D | ti.h | 173 * CLOCK_IDLE_CONTROL: (OMAP1 only) clock has autoidle support. 187 #define CLOCK_IDLE_CONTROL (1 << 1) macro
|
/kernel/linux/linux-6.6/include/linux/clk/ |
H A D | ti.h | 187 * CLOCK_IDLE_CONTROL: (OMAP1 only) clock has autoidle support. 201 #define CLOCK_IDLE_CONTROL (1 << 1) macro
|
Completed in 7 milliseconds