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

/freebsd-11-stable/usr.sbin/acpi/acpiconf/
H A Dacpiconf.c92 uint32_t volt; local
156 volt = UNKNOWN_VOLTAGE;
161 volt = battio.bst.volt;
206 else if (amp && volt != UNKNOWN_VOLTAGE) {
209 battio.battinfo.rate * volt / 1000);
217 if (volt == UNKNOWN_VOLTAGE)
220 printf("Present voltage:\t%d mV\n", volt);
/freebsd-11-stable/sys/dev/iicbus/
H A Dad7418.c105 int volt; local
109 volt = (sc->sc_curvolt >> 6) * 564 / 10;
111 return sysctl_handle_int(oidp, &volt, 0, req);
131 "volt", CTLTYPE_INT | CTLFLAG_RD, sc, 0,
/freebsd-11-stable/sys/dev/extres/regulator/
H A Dregulator.h145 uint8_t sel, int *volt);
H A Dregulator.c999 uint8_t sel, int *volt)
1016 *volt = range->min_uvolt + sel * range->step_uvolt;
998 regulator_range_sel8_to_volt(struct regulator_range *ranges, int nranges, uint8_t sel, int *volt) argument
/freebsd-11-stable/sys/dev/acpica/
H A Dacpiio.h148 uint32_t volt; /* Present Voltage */ member in struct:acpi_bst
H A Dacpi_cmbat.c290 if (acpi_PkgInt32(res, 3, &sc->bst.volt) != 0)
H A Dacpi_battery.c106 bst->cap != ACPI_BATT_UNKNOWN && bst->volt != ACPI_BATT_UNKNOWN);
H A Dacpi_smbat.c403 sc->bst.volt = val;
/freebsd-11-stable/sys/arm/nvidia/
H A Das3722_regulators.c583 int volt, rv; local
585 rv = regnode_get_voltage(regnode, &volt);
597 regnode_get_name(regnode), volt);
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwnreg.h1265 int32_t volt; member in struct:iwn_ucode_info
1900 uint16_t volt; member in struct:iwn5000_eeprom_calib_hdr
H A Dif_iwn.c2297 int32_t volt; local
2325 hdr.version, hdr.pa_type, le16toh(hdr.volt));
2329 sc->eeprom_voltage = le16toh(hdr.volt);
2341 volt = le16toh(val);
2342 sc->temp_off = sc->eeprom_temp - (volt / -5);
2343 DPRINTF(sc, IWN_DEBUG_CALIBRATE, "temp=%d volt=%d offset=%dK\n",
2344 sc->eeprom_temp, volt, sc->temp_off);
5546 vdiff = ((int32_t)le32toh(uc->volt) - sc->eeprom_voltage) / 7;
5553 __func__, vdiff, le32toh(uc->volt), sc->eeprom_voltage);
/freebsd-11-stable/sys/dev/wpi/
H A Dif_wpireg.h869 uint16_t volt; member in struct:wpi_eeprom_sample
/freebsd-11-stable/sys/dev/siba/
H A Dsiba_core.c2294 siba_cc_pmu_set_ldovolt(device_t dev, int id, uint32_t volt) argument
2312 (volt & p[2]) << p[1]);
2335 (volt & p[2]) << p[1]);

Completed in 370 milliseconds