Searched refs:PWRAP_POLL_STEP_US (Results 1 – 2 of 2) sorted by relevance
23 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()
34 #define PWRAP_POLL_STEP_US (10) macro