Home
last modified time | relevance | path

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

/u-boot/drivers/phy/
A Dphy-ti-am654.c60 #define WIZ_PLL_CTRL 0x1ff4 macro
204 regmap_update_bits(phy->regmap, WIZ_PLL_CTRL, mask, val); in serdes_am654_enable_pll()
206 return regmap_read_poll_timeout(phy->regmap, WIZ_PLL_CTRL, val, in serdes_am654_enable_pll()
214 regmap_update_bits(phy->regmap, WIZ_PLL_CTRL, mask, 0); in serdes_am654_disable_pll()

Completed in 3 milliseconds