Searched refs:PLL_POSTDIV_MASK (Results 1 – 1 of 1) sorted by relevance
43 #define PLL_POSTDIV_MASK GENMASK(2, 0) macro71 rate_table->postdiv1 = postdiv & PLL_POSTDIV_MASK; in visconti_pll_get_params()72 rate_table->postdiv2 = (postdiv >> 4) & PLL_POSTDIV_MASK; in visconti_pll_get_params()