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

/netbsd-current/sys/dev/i2c/
H A Dtps65217pmic.c879 tps65217pmic_set_volt(device_t self, const char *name, int mvolt) argument
895 if (regulator->voltage_min > mvolt || regulator->voltage_max < mvolt)
909 if (mvolt <= regulator->voltages[i]) {
H A Daxp20x.c591 axp20x_set_dcdc(device_t dev, int dcdc, int mvolt) argument
599 value = (mvolt - 700) / 25;

Completed in 199 milliseconds