Searched refs:TOPAON_APB_MASK (Results 1 – 2 of 2) sorted by relevance
295 (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()
175 #define TOPAON_APB_MASK (1 << 1) macro