Home
last modified time | relevance | path

Searched refs:PLL_POSTDIV_MASK (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/visconti/
H A Dpll.c43 #define PLL_POSTDIV_MASK GENMASK(2, 0) macro
71 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()