Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v4.10-rc4 28 lines 630 B view raw
1#ifndef __DT_BINDINGS_POWER_RK3368_POWER_H__ 2#define __DT_BINDINGS_POWER_RK3368_POWER_H__ 3 4/* VD_CORE */ 5#define RK3368_PD_A53_L0 0 6#define RK3368_PD_A53_L1 1 7#define RK3368_PD_A53_L2 2 8#define RK3368_PD_A53_L3 3 9#define RK3368_PD_SCU_L 4 10#define RK3368_PD_A53_B0 5 11#define RK3368_PD_A53_B1 6 12#define RK3368_PD_A53_B2 7 13#define RK3368_PD_A53_B3 8 14#define RK3368_PD_SCU_B 9 15 16/* VD_LOGIC */ 17#define RK3368_PD_BUS 10 18#define RK3368_PD_PERI 11 19#define RK3368_PD_VIO 12 20#define RK3368_PD_ALIVE 13 21#define RK3368_PD_VIDEO 14 22#define RK3368_PD_GPU_0 15 23#define RK3368_PD_GPU_1 16 24 25/* VD_PMU */ 26#define RK3368_PD_PMU 17 27 28#endif