Searched refs:RCC_PLLNCR_PLLRDY (Results 1 – 2 of 2) sorted by relevance
312 #define RCC_PLLNCR_PLLRDY BIT(1) macro
1461 while ((mmio_read_32(pllxcr) & RCC_PLLNCR_PLLRDY) == 0U) { in stm32mp1_pll_output()1490 while ((mmio_read_32(pllxcr) & RCC_PLLNCR_PLLRDY) != 0U) { in stm32mp1_pll_stop()