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