Home
last modified time | relevance | path

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

/Zephyr-latest/soc/microchip/mec/mec15xx/
Dpower.c67 while ((PCR_REGS->OSC_ID & MCHP_PCR_OSC_ID_PLL_LOCK) == 0) { in z_power_soc_deep_sleep()
/Zephyr-latest/soc/microchip/mec/mec172x/
Dpower.c96 while ((pcr->OSC_ID & MCHP_PCR_OSC_ID_PLL_LOCK) == 0) { in z_power_soc_deep_sleep()
/Zephyr-latest/soc/microchip/mec/mec172x/reg/
Dmec172x_pcr.h123 #define MCHP_PCR_OSC_ID_PLL_LOCK BIT(8) macro
/Zephyr-latest/drivers/clock_control/
Dclock_control_mchp_xec.c244 while (!(pcr->OSC_ID & MCHP_PCR_OSC_ID_PLL_LOCK)) { in pll_wait_lock_periph()
380 while (!(pcr->OSC_ID & MCHP_PCR_OSC_ID_PLL_LOCK)) { in pll_wait_lock()