Home | History | Annotate | Line # | Download | only in clock
rockchip,rk808.h revision 1.1.1.1.4.2
      1 /*	$NetBSD: rockchip,rk808.h,v 1.1.1.1.4.2 2017/07/18 16:08:56 snj Exp $	*/
      2 
      3 /*
      4  * This header provides constants clk index RK808 pmic clkout
      5  */
      6 #ifndef _CLK_ROCKCHIP_RK808
      7 #define _CLK_ROCKCHIP_RK808
      8 
      9 /* CLOCKOUT index */
     10 #define RK808_CLKOUT0		0
     11 #define RK808_CLKOUT1		1
     12 
     13 #endif
     14