Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/drivers/apusys/mt8188/
Dapusys_power.c26 static int apu_poll(uintptr_t reg, uint32_t mask, uint32_t value, uint32_t timeout_us) in apu_poll() function
139 ret = apu_poll(APU_RPC_BASE + APU_RPC_INTF_PWR_RDY, in apusys_kernel_apusys_pwr_top_on()
147 ret = apu_poll(APU_RPC_BASE + APU_RPC_STATUS, in apusys_kernel_apusys_pwr_top_on()
209 ret = apu_poll(APU_RPC_BASE + APU_RPC_INTF_PWR_RDY, in apusys_kernel_apusys_pwr_top_off()
403 ret = apu_poll(APU_ARE2_BASE + APU_ARE_GLO_FSM, ARE_GLO_FSM_IDLE, ARE_GLO_FSM_IDLE, in apu_are_init()