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