Home
last modified time | relevance | path

Searched refs:PCM_TIMER_EN_LSB (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/spm/
H A Dspm.c225 mmio_clrsetbits_32(PCM_CON1, PCM_TIMER_EN_LSB, SPM_REGWR_CFG_KEY); in spm_disable_pcm_timer()
234 mmio_setbits_32(PCM_CON1, SPM_REGWR_CFG_KEY | PCM_TIMER_EN_LSB); in spm_set_wakeup_event()
H A Dspm.h472 #define PCM_TIMER_EN_LSB (1U << 5) /* 1b */ macro
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/mediatek/mt8183/drivers/spm/
Dspm.c225 mmio_clrsetbits_32(PCM_CON1, PCM_TIMER_EN_LSB, SPM_REGWR_CFG_KEY); in spm_disable_pcm_timer()
234 mmio_setbits_32(PCM_CON1, SPM_REGWR_CFG_KEY | PCM_TIMER_EN_LSB); in spm_set_wakeup_event()
Dspm.h472 #define PCM_TIMER_EN_LSB (1U << 5) /* 1b */ macro
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8183/
H A Dspm.c121 PCM_TIMER_EN_LSB, in spm_reset_and_init_pcm()
/aosp_15_r20/external/coreboot/src/soc/mediatek/mt8183/include/soc/
H A Dspm.h42 #define PCM_TIMER_EN_LSB (1U << 5) /* 1b */ macro