Searched refs:PLLDIV_RATIO_MASK (Results 1 – 4 of 4) sorted by relevance
245 plldiv = (v & PLLDIV_RATIO_MASK) + 1; in clk_sysclk_recalc()294 prediv = (prediv & PLLDIV_RATIO_MASK) + 1; in clk_pllclk_recalc()301 postdiv = (postdiv & PLLDIV_RATIO_MASK) + 1; in clk_pllclk_recalc()
77 #define PLLDIV_RATIO_MASK 0x1f macro
51 #define PLLDIV_RATIO_MASK 0x1f macro
606 pll->div_ratio_mask = PLLDIV_RATIO_MASK; in davinci_clk_init()