Home
last modified time | relevance | path

Searched refs:TOPAON_APB_MASK (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/plat/mediatek/mt8183/drivers/spmc/
Dmtspmc.c295 (pwr_rst_ctl & ~SW_RST_B) | TOPAON_APB_MASK); in spm_poweroff_cluster()
337 (pwr_rst_ctl | SW_RST_B) & ~TOPAON_APB_MASK); in spm_poweron_cluster()
Dmtspmc_private.h175 #define TOPAON_APB_MASK (1 << 1) macro