Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/
H A Dclk-sparx5.c22 #define PLL_ROT_SEL GENMASK(13, 12) macro
182 val |= FIELD_PREP(PLL_ROT_SEL, conf.rot_sel); in s5_pll_set_rate()
206 conf.rot_sel = FIELD_GET(PLL_ROT_SEL, val); in s5_pll_recalc_rate()