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

/u-boot/include/power/
H A Dtps65219.h37 #define TPS65219_LDO12_VOLT_MIN 600000 macro
/u-boot/drivers/power/regulator/
H A Dtps65219_regulator.c154 int base = TPS65219_LDO12_VOLT_MIN;
165 return (uV - TPS65219_LDO12_VOLT_MIN) / 50000;
174 int base = TPS65219_LDO12_VOLT_MIN;
191 return TPS65219_LDO12_VOLT_MIN + (50000 * val);

Completed in 114 milliseconds