OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPM_SLEEP_CA15_WFI2_EN
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt6795/include/
spm.h
106
#define
SPM_SLEEP_CA15_WFI2_EN
(SPM_BASE + 0xf18)
/device/linaro/bootloader/arm-trusted-firmware/plat/mediatek/mt8173/drivers/spm/
spm.c
174
mmio_write_32(
SPM_SLEEP_CA15_WFI2_EN
, !!pwrctrl->ca15_wfi2_en);
spm.h
105
#define
SPM_SLEEP_CA15_WFI2_EN
(SPM_BASE + 0xf18)
spm_mcdi.c
319
mmio_write_32(
SPM_SLEEP_CA15_WFI2_EN
, 1);
369
mmio_write_32(
SPM_SLEEP_CA15_WFI2_EN
, 0);
Completed in 282 milliseconds