Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c12 #define VOUT_CHOICE_COUNT 4 macro
27 int vin_min[VOUT_CHOICE_COUNT];
28 int vout[VOUT_CHOICE_COUNT];
202 } while (++sel < VOUT_CHOICE_COUNT); in tps65910_regulator_set_value()
203 if (sel == VOUT_CHOICE_COUNT) in tps65910_regulator_set_value()