Searched refs:POSTDIV_MASK (Results 1 – 2 of 2) sorted by relevance
30 #define POSTDIV_MASK 0x7 macro130 val &= ~(POSTDIV_MASK << pll->data->pd_shift); in mtk_pll_set_rate_regs()221 postdiv = (readl(pll->pd_addr) >> pll->data->pd_shift) & POSTDIV_MASK; in mtk_pll_recalc_rate()
49 #define POSTDIV_MASK 0x0000001f macro169 int postdiv = (ctrl & POSTDIV_MASK) + 1; in tnetd7300_get_clock()