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

  /src/sys/arch/arm/rockchip/
rk3399_pmucru.c 144 #define PLL_POSTDIV1 __BITS(10,8)
186 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1);
234 __SHIFTIN(pll_rate->postdiv1, PLL_POSTDIV1) |
rk_cru_pll.c 41 #define PLL_POSTDIV1 __BITS(14,12)
136 const u_int postdiv1 = __SHIFTOUT(con0, PLL_POSTDIV1);
236 __SHIFTIN(pll_rate->postdiv1, PLL_POSTDIV1) |
rk3399_cru.c 216 #define PLL_POSTDIV1 __BITS(10,8)
258 const u_int postdiv1 = __SHIFTOUT(con1, PLL_POSTDIV1);
311 __SHIFTIN(pll_rate->postdiv1, PLL_POSTDIV1) |
313 ((PLL_POSTDIV2 | PLL_POSTDIV1 | PLL_REFDIV) << 16));

Completed in 12 milliseconds