Searched refs:PMU2_BUS_IDLE_CON (Results 1 – 4 of 4) sorted by relevance
766 mmio_write_32(PMU_BASE + PMU2_BUS_IDLE_CON(0), WITH_16BITS_WMSK(pmu2_bus_idle_con[0])); in pmu_sleep_config()767 mmio_write_32(PMU_BASE + PMU2_BUS_IDLE_CON(1), WITH_16BITS_WMSK(pmu2_bus_idle_con[1])); in pmu_sleep_config()808 mmio_write_32(PMU_BASE + PMU2_BUS_IDLE_CON(0), 0xffff0000); in pmu_sleep_restore()809 mmio_write_32(PMU_BASE + PMU2_BUS_IDLE_CON(1), 0xffff0000); in pmu_sleep_restore()
82 #define PMU2_BUS_IDLE_CON(i) (PMU2_OFFSET + 0x0100 + (i) * 4) macro
1165 mmio_write_32(PMU_BASE + PMU2_BUS_IDLE_CON(0), in pmu_sleep_config()1167 mmio_write_32(PMU_BASE + PMU2_BUS_IDLE_CON(1), in pmu_sleep_config()1169 mmio_write_32(PMU_BASE + PMU2_BUS_IDLE_CON(2), in pmu_sleep_config()1171 mmio_write_32(PMU_BASE + PMU2_BUS_IDLE_CON(2), in pmu_sleep_config()
77 #define PMU2_BUS_IDLE_CON(i) (0x8100 + (i) * 4) macro