Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/drivers/clock_control/
Dclock_control_mchp_xec.c89 volatile uint32_t SLP_EN[XEC_CC_PCR_MAX_SCR]; member
212 pcr->SLP_EN[i] = 0U; in pcr_slp_init()
215 pcr->SLP_EN[3] = XEC_CC_PCR3_CRYPTO_MASK; in pcr_slp_init()
790 pcr->SLP_EN[slp_idx] |= BIT(slp_pos); in z_mchp_xec_pcr_periph_sleep()
792 pcr->SLP_EN[slp_idx] &= ~BIT(slp_pos); in z_mchp_xec_pcr_periph_sleep()
862 pcr->SLP_EN[pcr_idx] &= ~BIT(bitpos); in xec_cc_on()
864 pcr->SLP_EN[pcr_idx] |= BIT(bitpos); in xec_cc_on()
/Zephyr-Core-3.6.0/drivers/sensor/mchp_tach_xec/
Dtach_mchp_xec.c119 pcr->SLP_EN[cfg->pcr_idx] &= ~BIT(cfg->pcr_pos); in tach_xec_sleep_clr()
/Zephyr-Core-3.6.0/soc/arm/microchip_mec/mec172x/reg/
Dmec172x_pcr.h341 volatile uint32_t SLP_EN[5]; member
/Zephyr-Core-3.6.0/drivers/timer/
Dmchp_xec_rtos_timer.c426 PCR_XEC_REGS->SLP_EN[BTMR32_0_PCR_REG_IDX] &= ~BIT(BTMR32_0_PCR_BITPOS); in sys_clock_driver_init()