Searched refs:PD_CPU (Results 1 – 6 of 6) sorted by relevance
16 #define PD_CPU BIT(0) /* Area contains main CPU core */ macro21 #define PD_CPU_CR PD_CPU /* CPU area has CR (R-Car H1) */22 #define PD_CPU_NOCR PD_CPU | PD_NO_CR /* CPU area lacks CR (R-Car Gen2/3) */
15 #define PD_CPU BIT(0) /* Area contains main CPU core */ macro19 #define PD_CPU_NOCR (PD_CPU | PD_NO_CR) /* CPU area lacks CR */
210 if (pd->flags & PD_CPU) { in rcar_sysc_pd_setup()232 if (!(pd->flags & (PD_CPU | PD_SCU))) { in rcar_sysc_pd_setup()247 if (pd->flags & (PD_CPU | PD_NO_CR)) { in rcar_sysc_pd_setup()462 if (!(pd->flags & PD_CPU) || pd->chan_bit != idx) in rcar_sysc_power_cpu()
127 PD_CPU, enumerator185 add_special_pd(np, PD_CPU); in get_special_pds()221 case PD_CPU: in rmobile_setup_pm_domain()
225 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()
6 #define PD_CPU 0 macro