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

/linux-master/include/dt-bindings/power/
H A Dallwinner,sun20i-d1-ppu.h6 #define PD_CPU 0 macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/power/
H A Dallwinner,sun20i-d1-ppu.h6 #define PD_CPU 0 macro
/linux-master/drivers/pmdomain/renesas/
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-sysc.h16 #define PD_CPU BIT(0) /* Area contains main CPU core */ macro
21 #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) */
H A Drmobile-sysc.c127 PD_CPU, enumerator in enum:pd_types
185 add_special_pd(np, PD_CPU);
221 case PD_CPU:
H A Drcar-gen4-sysc.c225 if (pd->flags & PD_CPU) {
247 if (!(pd->flags & (PD_CPU | PD_SCU))) {
257 if (pd->flags & (PD_CPU | PD_NO_CR)) {
H A Drcar-sysc.c210 if (pd->flags & PD_CPU) {
232 if (!(pd->flags & (PD_CPU | PD_SCU))) {
247 if (pd->flags & (PD_CPU | PD_NO_CR)) {
462 if (!(pd->flags & PD_CPU) || pd->chan_bit != idx)

Completed in 285 milliseconds