Home
last modified time | relevance | path

Searched refs:PMU2_BUS_IDLE_CON (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3576/drivers/pmu/
H A Dpmu.c766 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()
H A Dpmu.h82 #define PMU2_BUS_IDLE_CON(i) (PMU2_OFFSET + 0x0100 + (i) * 4) macro
/rk3399_ARM-atf/plat/rockchip/rk3588/drivers/pmu/
H A Dpmu.c1165 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()
H A Dpmu.h77 #define PMU2_BUS_IDLE_CON(i) (0x8100 + (i) * 4) macro