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

  /src/sys/arch/arm/rockchip/
rk3399_pmucru.c 185 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2); local
198 foutpostdiv = foutvco / postdiv1 / postdiv2;
233 __SHIFTIN(pll_rate->postdiv2, PLL_POSTDIV2) |
rk_cru_pll.c 140 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2); local
150 foutpostdiv = foutvco / postdiv1 / postdiv2;
242 __SHIFTIN(pll_rate->postdiv2, PLL_POSTDIV2) |
rk3399_cru.c 257 const u_int postdiv2 = __SHIFTOUT(con1, PLL_POSTDIV2); local
270 foutpostdiv = foutvco / postdiv1 / postdiv2;
310 __SHIFTIN(pll_rate->postdiv2, PLL_POSTDIV2) |
rk_cru.h 60 u_int postdiv2; member in struct:rk_cru_pll_rate::__anon1136::__anon1137
79 .postdiv2 = (_postdiv2), \

Completed in 28 milliseconds