Searched refs:PMU_SRAM_PWR_STATUS (Results 1 – 2 of 2) sorted by relevance
339 while (!(pmu_toggle_bit & read32(PMU_SRAM_PWR_STATUS))) in sram_toggle_tile()346 while ((pmu_toggle_bit & read32(PMU_SRAM_PWR_STATUS))) in sram_toggle_tile()585 #define BANK_PWR_STATUS(i) (read32(PMU_SRAM_PWR_STATUS) & SRAM_PG_BITS(i))604 while (read32(PMU_SRAM_PWR_STATUS) & mask) in sram_enter_sleep_mode()629 while (!(read32(PMU_SRAM_PWR_STATUS) & mask)) in sram_exit_sleep_mode()
18 #define PMU_SRAM_PWR_STATUS (SEDI_PMU_BASE + 0xF60) macro