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

  /src/sys/arch/arm/rockchip/
rk3399_pmucru.c 186 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1); local in function:rk3399_pmucru_pll_get_rate
198 foutpostdiv = foutvco / postdiv1 / postdiv2;
234 __SHIFTIN(pll_rate->postdiv1, PLL_POSTDIV1) |
rk_cru_pll.c 136 const u_int postdiv1 = __SHIFTOUT(con0, PLL_POSTDIV1); local in function:rk_cru_pll_get_rate
150 foutpostdiv = foutvco / postdiv1 / postdiv2;
236 __SHIFTIN(pll_rate->postdiv1, PLL_POSTDIV1) |
rk3399_cru.c 258 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1); local in function:rk3399_cru_pll_get_rate
270 foutpostdiv = foutvco / postdiv1 / postdiv2;
311 __SHIFTIN(pll_rate->postdiv1, PLL_POSTDIV1) |
rk_cru.h 59 u_int postdiv1; member in struct:rk_cru_pll_rate::__anonf247ef35010a::__anonf247ef350208
78 .postdiv1 = (_postdiv1), \

Completed in 14 milliseconds