Searched refs:K210_PLL_SEL (Results 1 – 1 of 1) sorted by relevance
266 #define K210_PLL_SEL GENMASK(27, 26) /* PLL2 only */ macro518 reg &= ~K210_PLL_SEL; in k210_pll2_set_parent()519 reg |= FIELD_PREP(K210_PLL_SEL, index); in k210_pll2_set_parent()532 return FIELD_GET(K210_PLL_SEL, reg); in k210_pll2_get_parent()