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 in function:rk3399_pmucru_pll_get_rate
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 in function:rk_cru_pll_get_rate
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 in function:rk3399_cru_pll_get_rate
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::__anonf247ef35010a::__anonf247ef350208
79 .postdiv2 = (_postdiv2), \

Completed in 288 milliseconds