[BACK]Return to sunxi_ccu.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / arm / sunxi

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/arm/sunxi/sunxi_ccu.h between version 1.15.4.3 and 1.15.4.4

version 1.15.4.3, 2018/05/21 04:35:59 version 1.15.4.4, 2019/01/18 08:50:15
Line 113  struct sunxi_ccu_nkmp {
Line 113  struct sunxi_ccu_nkmp {
 #define SUNXI_CCU_NKMP_SCALE_CLOCK              __BIT(2)  #define SUNXI_CCU_NKMP_SCALE_CLOCK              __BIT(2)
 #define SUNXI_CCU_NKMP_FACTOR_P_POW2            __BIT(3)  #define SUNXI_CCU_NKMP_FACTOR_P_POW2            __BIT(3)
 #define SUNXI_CCU_NKMP_FACTOR_N_ZERO_IS_ONE     __BIT(4)  #define SUNXI_CCU_NKMP_FACTOR_N_ZERO_IS_ONE     __BIT(4)
   #define SUNXI_CCU_NKMP_FACTOR_P_X4              __BIT(5)
 };  };
   
 int     sunxi_ccu_nkmp_enable(struct sunxi_ccu_softc *,  int     sunxi_ccu_nkmp_enable(struct sunxi_ccu_softc *,

Legend:
Removed from v.1.15.4.3  
changed lines
  Added in v.1.15.4.4

CVSweb <webmaster@jp.NetBSD.org>