Searched refs:vin (Results 1 - 1 of 1) sorted by relevance

/u-boot/drivers/power/regulator/
H A Dtps65910_regulator.c146 int vin = pdata->supply; local
152 vout = (vin >= *(rgp->vin_min + sel)) ? *(rgp->vout + sel) : 0;
161 int vin; local
165 vin = pdata->supply;
170 return (vin >= 2500000) ? 1830000 : 0;
221 int vin = pdata->supply; local
226 if (vin < 2500000)

Completed in 32 milliseconds