Searched refs:pwr_rst_ctl (Results 1 – 1 of 1) sorted by relevance
260 uint32_t pwr_rst_ctl; in spm_poweroff_cluster() local293 pwr_rst_ctl = mmio_read_32(MCUCFG_MP2_PWR_RST_CTL); in spm_poweroff_cluster()295 (pwr_rst_ctl & ~SW_RST_B) | TOPAON_APB_MASK); in spm_poweroff_cluster()314 uint32_t pwr_rst_ctl; in spm_poweron_cluster() local335 pwr_rst_ctl = mmio_read_32(MCUCFG_MP2_PWR_RST_CTL); in spm_poweron_cluster()337 (pwr_rst_ctl | SW_RST_B) & ~TOPAON_APB_MASK); in spm_poweron_cluster()