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