Searched refs:RG_PCM_TIMER_EN_LSB (Results 1 – 8 of 8) sorted by relevance
/trusted-firmware-a-latest/plat/mediatek/mt8195/drivers/spm/ |
D | mt_spm_internal.c | 315 mmio_clrsetbits_32(PCM_CON1, RG_PCM_TIMER_EN_LSB, SPM_REGWR_CFG_KEY); in __spm_disable_pcm_timer() 336 mmio_setbits_32(PCM_CON1, SPM_REGWR_CFG_KEY | RG_PCM_TIMER_EN_LSB); in __spm_set_wakeup_event()
|
D | mt_spm_reg.h | 674 #define RG_PCM_TIMER_EN_LSB (1U << 5) /* 1b */ macro
|
/trusted-firmware-a-latest/plat/mediatek/mt8192/drivers/spm/ |
D | mt_spm_internal.c | 349 mmio_clrsetbits_32(PCM_CON1, RG_PCM_TIMER_EN_LSB, SPM_REGWR_CFG_KEY); in __spm_disable_pcm_timer() 370 mmio_setbits_32(PCM_CON1, SPM_REGWR_CFG_KEY | RG_PCM_TIMER_EN_LSB); in __spm_set_wakeup_event()
|
D | mt_spm_reg.h | 651 #define RG_PCM_TIMER_EN_LSB (1U << 5) /* 1b */ macro
|
/trusted-firmware-a-latest/plat/mediatek/mt8186/drivers/spm/ |
D | mt_spm_internal.c | 379 mmio_clrsetbits_32(PCM_CON1, RG_PCM_TIMER_EN_LSB, SPM_REGWR_CFG_KEY); in __spm_disable_pcm_timer() 401 mmio_setbits_32(PCM_CON1, (SPM_REGWR_CFG_KEY | RG_PCM_TIMER_EN_LSB)); in __spm_set_wakeup_event()
|
D | mt_spm_reg.h | 547 #define RG_PCM_TIMER_EN_LSB (1U << 5) /* 1b */ macro
|
/trusted-firmware-a-latest/plat/mediatek/drivers/spm/mt8188/ |
D | mt_spm_internal.c | 279 mmio_setbits_32(PCM_CON1, SPM_REGWR_CFG_KEY | RG_PCM_TIMER_EN_LSB); in __spm_set_wakeup_event()
|
D | mt_spm_reg.h | 65 #define RG_PCM_TIMER_EN_LSB (1U << 5) /* 1b */ macro
|