Home
last modified time | relevance | path

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

/openbmc/u-boot/include/power/
H A Dtps65090.h34 MAX_CTRL_READ_TRIES = 5, enumerator
/openbmc/u-boot/drivers/power/regulator/
H A Dtps65090_regulator.c63 for (retry = 0; retry < MAX_CTRL_READ_TRIES; retry++) { in tps65090_fet_set()
/openbmc/linux/drivers/regulator/
H A Dtps65090-regulator.c22 #define MAX_CTRL_READ_TRIES 5 macro
102 for (i = 0; i < MAX_CTRL_READ_TRIES; i++) { in tps65090_try_enable_fet()