Home | History | Annotate | Line # | Download | only in power
      1 /*	$NetBSD: rk3128-power.h,v 1.1.1.1 2018/06/27 16:27:08 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 #ifndef __DT_BINDINGS_POWER_RK3128_POWER_H__
      5 #define __DT_BINDINGS_POWER_RK3128_POWER_H__
      6 
      7 /* VD_CORE */
      8 #define RK3128_PD_CORE		0
      9 
     10 /* VD_LOGIC */
     11 #define RK3128_PD_VIO		1
     12 #define RK3128_PD_VIDEO		2
     13 #define RK3128_PD_GPU		3
     14 #define RK3128_PD_MSCH		4
     15 
     16 #endif
     17