Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/pmu/
H A Dpmu.c895 static void set_hw_idle(uint32_t hw_idle) in set_hw_idle() argument
897 mmio_setbits_32(PMU_BASE + PMU_BUS_CLR, hw_idle); in set_hw_idle()
900 static void clr_hw_idle(uint32_t hw_idle) in clr_hw_idle() argument
902 mmio_clrbits_32(PMU_BASE + PMU_BUS_CLR, hw_idle); in clr_hw_idle()