Searched refs:RCC_PLLNCR_PLLRDY (Results 1 – 1 of 1) sorted by relevance
167 #define RCC_PLLNCR_PLLRDY BIT(1) macro1336 ret = readl_poll_timeout(pllxcr, val, val & RCC_PLLNCR_PLLRDY, in pll_output()1365 return readl_poll_timeout(pllxcr, val, (val & RCC_PLLNCR_PLLRDY) == 0, in pll_stop()