Searched refs:PLLDIV_RATIO_MASK (Results 1 – 3 of 3) sorted by relevance
47 #define PLLDIV_RATIO_MASK 0x1f macro
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