Home
last modified time | relevance | path

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

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