Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/mediatek/drivers/pmic_wrap/
Dpmic_wrap_init_v2.c17 READ_POLLING_DELAY_US = 2 enumerator
65 retry = (timeout_us + READ_POLLING_DELAY_US) / READ_POLLING_DELAY_US; in pwrap_check_vldclr()
67 udelay(READ_POLLING_DELAY_US); in pwrap_check_vldclr()
Dpmic_wrap_init.c16 READ_POLLING_DELAY_US = 2 enumerator
74 retry = (timeout_us + READ_POLLING_DELAY_US) / READ_POLLING_DELAY_US; in wait_for_state_ready()
77 udelay(READ_POLLING_DELAY_US); in wait_for_state_ready()