1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef __DT_BINDINGS_POWER_RK3328_POWER_H__ 1 #ifndef __DT_BINDINGS_POWER_RK3328_POWER_H__ 3 #define __DT_BINDINGS_POWER_RK3328_POWER_H__ 2 #define __DT_BINDINGS_POWER_RK3328_POWER_H__ 4 3 5 /** 4 /** 6 * RK3328 idle id Summary. 5 * RK3328 idle id Summary. 7 */ 6 */ 8 #define RK3328_PD_CORE 0 7 #define RK3328_PD_CORE 0 9 #define RK3328_PD_GPU 1 8 #define RK3328_PD_GPU 1 10 #define RK3328_PD_BUS 2 9 #define RK3328_PD_BUS 2 11 #define RK3328_PD_MSCH 3 10 #define RK3328_PD_MSCH 3 12 #define RK3328_PD_PERI 4 11 #define RK3328_PD_PERI 4 13 #define RK3328_PD_VIDEO 5 12 #define RK3328_PD_VIDEO 5 14 #define RK3328_PD_HEVC 6 13 #define RK3328_PD_HEVC 6 15 #define RK3328_PD_SYS 7 14 #define RK3328_PD_SYS 7 16 #define RK3328_PD_VPU 8 15 #define RK3328_PD_VPU 8 17 #define RK3328_PD_VIO 9 16 #define RK3328_PD_VIO 9 18 17 19 #endif 18 #endif 20 19
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.