HomeSort by: relevance | last modified time | path
    Searched defs:PLL_POSTDIV2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/rockchip/
rk3399_pmucru.c 143 #define PLL_POSTDIV2 __BITS(14,12)
185 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
233 __SHIFTIN(pll_rate->postdiv2, PLL_POSTDIV2) |
rk_cru_pll.c 50 #define PLL_POSTDIV2 __BITS(8,6)
140 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
242 __SHIFTIN(pll_rate->postdiv2, PLL_POSTDIV2) |
rk3399_cru.c 215 #define PLL_POSTDIV2 __BITS(14,12)
257 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2);
310 __SHIFTIN(pll_rate->postdiv2, PLL_POSTDIV2) |
313 ((PLL_POSTDIV2 | PLL_POSTDIV1 | PLL_REFDIV) << 16));

Completed in 12 milliseconds