Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/mediatek/drivers/pmic_wrap/
H A Dpmic_wrap_init_v3.c23 retry = (timeout_us + PWRAP_POLL_STEP_US) / PWRAP_POLL_STEP_US; in pwrap_check_idle()
25 udelay(PWRAP_POLL_STEP_US); in pwrap_check_idle()
63 retry = (timeout_us + PWRAP_POLL_STEP_US) / PWRAP_POLL_STEP_US; in pwrap_check_vldclr()
65 udelay(PWRAP_POLL_STEP_US); in pwrap_check_vldclr()
H A Dpmic_wrap_v3.h34 #define PWRAP_POLL_STEP_US (10) macro