Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/include/drivers/st/
Dstm32mp1_rcc.h312 #define RCC_PLLNCR_PLLRDY BIT(1) macro
/external/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c1461 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()