Home
last modified time | relevance | path

Searched refs:PD_CPU (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/pmdomain/renesas/
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 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 */
/linux/include/dt-bindings/power/
H A Dallwinner,sun20i-d1-ppu.h6 #define PD_CPU 0 macro