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.13 18 lines 390 B view raw
1#ifndef __DT_BINDINGS_POWER_RK3328_POWER_H__ 2#define __DT_BINDINGS_POWER_RK3328_POWER_H__ 3 4/** 5 * RK3328 idle id Summary. 6 */ 7#define RK3328_PD_CORE 0 8#define RK3328_PD_GPU 1 9#define RK3328_PD_BUS 2 10#define RK3328_PD_MSCH 3 11#define RK3328_PD_PERI 4 12#define RK3328_PD_VIDEO 5 13#define RK3328_PD_HEVC 6 14#define RK3328_PD_SYS 7 15#define RK3328_PD_VPU 8 16#define RK3328_PD_VIO 9 17 18#endif