Home
last modified time | relevance | path

Searched refs:PD_CPU (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/renesas/
H A Drcar-sysc.h16 #define PD_CPU BIT(0) /* Area contains main CPU core */ macro
20 #define PD_CPU_CR PD_CPU /* CPU area has CR (R-Car H1) */
21 #define PD_CPU_NOCR PD_CPU | PD_NO_CR /* CPU area lacks CR (R-Car Gen2/3) */
H A Dr8a779a0-sysc.c27 #define PD_CPU BIT(0) /* Area contains main CPU core */ macro
31 #define PD_CPU_NOCR PD_CPU | PD_NO_CR /* CPU area lacks CR */
304 if (pd->flags & PD_CPU) { in r8a779a0_sysc_pd_setup()
326 if (!(pd->flags & (PD_CPU | PD_SCU))) { in r8a779a0_sysc_pd_setup()
336 if (pd->flags & (PD_CPU | PD_NO_CR)) { in r8a779a0_sysc_pd_setup()
H A Drmobile-sysc.c140 PD_CPU, enumerator
198 add_special_pd(np, PD_CPU); in get_special_pds()
234 case PD_CPU: in rmobile_setup_pm_domain()
H A Drcar-sysc.c217 if (pd->flags & PD_CPU) { in rcar_sysc_pd_setup()
239 if (!(pd->flags & (PD_CPU | PD_SCU))) { in rcar_sysc_pd_setup()
254 if (pd->flags & (PD_CPU | PD_NO_CR)) { in rcar_sysc_pd_setup()
477 if (!(pd->flags & PD_CPU) || pd->ch.chan_bit != idx) in rcar_sysc_power_cpu()
/kernel/linux/linux-6.6/drivers/pmdomain/renesas/
H A Drcar-sysc.h16 #define PD_CPU BIT(0) /* Area contains main CPU core */ macro
20 #define PD_CPU_CR PD_CPU /* CPU area has CR (R-Car H1) */
21 #define PD_CPU_NOCR PD_CPU | PD_NO_CR /* CPU area lacks CR (R-Car Gen2/3) */
H A Drcar-gen4-sysc.h15 #define PD_CPU BIT(0) /* Area contains main CPU core */ macro
19 #define PD_CPU_NOCR (PD_CPU | PD_NO_CR) /* CPU area lacks CR */
H A Drcar-gen4-sysc.c225 if (pd->flags & PD_CPU) { in rcar_gen4_sysc_pd_setup()
247 if (!(pd->flags & (PD_CPU | PD_SCU))) { in rcar_gen4_sysc_pd_setup()
257 if (pd->flags & (PD_CPU | PD_NO_CR)) { in rcar_gen4_sysc_pd_setup()
H A Drmobile-sysc.c127 PD_CPU, enumerator
185 add_special_pd(np, PD_CPU); in get_special_pds()
221 case PD_CPU: in rmobile_setup_pm_domain()
H A Drcar-sysc.c212 if (pd->flags & PD_CPU) { in rcar_sysc_pd_setup()
234 if (!(pd->flags & (PD_CPU | PD_SCU))) { in rcar_sysc_pd_setup()
249 if (pd->flags & (PD_CPU | PD_NO_CR)) { in rcar_sysc_pd_setup()
476 if (!(pd->flags & PD_CPU) || pd->ch.chan_bit != idx) in rcar_sysc_power_cpu()
/kernel/linux/linux-6.6/include/dt-bindings/power/
H A Dallwinner,sun20i-d1-ppu.h6 #define PD_CPU 0 macro
/kernel/linux/linux-6.6/scripts/dtc/include-prefixes/dt-bindings/power/
H A Dallwinner,sun20i-d1-ppu.h6 #define PD_CPU 0 macro

Completed in 5 milliseconds