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

/freebsd-current/sys/contrib/dev/iwlwifi/fw/api/
H A Dphy.h66 * struct iwl_dts_measurement_cmd - request DTS temp and/or voltage measurements
142 * @voltage: the measured voltage
146 __le32 voltage; member in struct:iwl_dts_measurement_notif_v1
153 * @voltage: the measured voltage
158 __le32 voltage; member in struct:iwl_dts_measurement_notif_v2
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_sfp.h62 double voltage; /**< module voltage in volts */ member in struct:ifconfig_sfp_status
H A Dlibifconfig_sfp.c329 * Retrieves supplied voltage (SFF-8472, SFF-8436).
402 ss->voltage = get_sff_voltage(ii, SFF_8472_DIAG, SFF_8472_VCC);
437 ss->voltage = get_sff_voltage(ii, SFF_8436_BASE, SFF_8436_VCC);
/freebsd-current/sys/arm/ti/twl/
H A Dtwl_vreg.c35 * disabling the voltage output and adjusting the voltage level.
45 * voltage-regulators = "name1", "millivolts1",
49 * the second is the voltage (in millivolts) to set for the given regulator.
154 * Support voltage regulators for the different IC's
169 #define TWL_REGULATOR_FIXED(name, subdev, reg, voltage) \
170 { name, subdev, reg, voltage, NULL, 0 }
218 uint16_t fixed_voltage; /* the (milli)voltage if LDO is fixed */
277 * for a desired voltage and regulator
283 * Accepts a (milli)voltage valu
759 int voltage; local
864 char *name, *voltage; local
[all...]
/freebsd-current/sys/powerpc/powermac/
H A Dpmuvar.h173 int voltage; member in struct:pmu_battstate
H A Dpmu.c482 "voltage",
485 "I", "Battery voltage (mV)");
917 info->voltage = resp[6];
932 info->voltage = (resp[9] << 8) | resp[10];
1054 result = batt.voltage;
/freebsd-current/sbin/ifconfig/
H A Dsfp.c95 printf("\tmodule temperature: %.2f C voltage: %.2f Volts\n",
96 status.temp, status.voltage);
/freebsd-current/sys/i386/i386/
H A Dlongrun.c113 tmx86_get_longrun_status(u_int * frequency, u_int * voltage, u_int * percentage) argument
122 *voltage = regs[1];
289 OID_AUTO, "voltage", CTLTYPE_INT | CTLFLAG_RD | CTLFLAG_NEEDGIANT,
291 "Current voltage (mV)");
/freebsd-current/sys/dev/iicbus/adc/
H A Dads111x.c201 ads111x_sample_voltage(struct ads111x_softc *sc, int channum, int *voltage) argument
255 *voltage = (int)((convword * fsrange ) / sc->chipinfo->rangediv);
308 int chan, err, voltage; local
315 err = ads111x_sample_voltage(sc, chan, &voltage);
323 err = sysctl_handle_int(oidp, &voltage, 0, req);
417 "voltage",
419 chan, ads111x_sysctl_voltage, "I", "sampled voltage in microvolts");
/freebsd-current/sys/dev/bhnd/cores/pmu/
H A Dbhnd_pmu_private.h80 /** LDO voltage tunables */
110 uint8_t ldo, uint8_t voltage);
H A Dbhnd_pmu_subr.c182 /* Setup switcher voltage */
193 uint8_t voltage)
261 voltage ^= 0x9;
270 voltage ^= 0x9;
334 PMU_LOG(sc, "cannot set LDO voltage on unsupported chip %hu\n",
339 regctrl = (voltage & mask) << shift;
3418 /* Reduce CLDO PWM output voltage to 1.2V */
3420 /* Reduce CLDO BURST output voltage to 1.2V */
3422 /* Reduce LNLDO1 output voltage to 1.2V */
192 bhnd_pmu_set_ldo_voltage(struct bhnd_pmu_softc *sc, uint8_t ldo, uint8_t voltage) argument
/freebsd-current/sys/dev/pccbb/
H A Dpccbb.c888 * detect the voltage for the card, and set it. Since the power
889 * used is the square of the voltage, lower voltages is a big win
894 * voltage.
903 uint32_t voltage, curpwr; local
909 voltage = cbb_detect_voltage(brdev);
912 if ((status & CBB_STATE_POWER_CYCLE) && (voltage & curpwr))
914 /* Prefer lowest voltage supported */
916 if (voltage & CARD_YV_CARD)
918 else if (voltage & CARD_XV_CARD)
920 else if (voltage
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-parse.c55 __le16 voltage; member in struct:iwl_eeprom_calib_hdr
227 data->calib_voltage = hdr->voltage;
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c2165 int voltage[AR9300_MAX_CHAINS]; local
2229 voltage[ichain] = lvoltage[ichain];
2258 voltage[ichain] = lvoltage[ichain] + factor + plus;
2263 voltage[ichain] = lvoltage[ichain];
2269 voltage[ichain] = hvoltage[ichain];
2274 voltage[ichain] = 0;
2289 ah, frequency, correction, voltage, temperature);
2299 int *correction, int *voltage, int *temperature)
2298 ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *voltage, int *temperature) argument
H A Dar9300eep.h180 //enable flags for voltage and temp compensation
332 u_int8_t volt_meas; /* pdadc voltage at power measurement */
638 extern int ar9300_power_control_override(struct ath_hal *ah, int frequency, int *correction, int *voltage, int *temperature);
/freebsd-current/usr.sbin/bhyve/
H A Dsmbiostbl.c234 uint8_t voltage; /* voltage */ member in struct:smbios_table_type4
303 uint16_t minvoltage; /* minimum voltage */
304 uint16_t maxvoltage; /* maximum voltage */
305 uint16_t curvoltage; /* configured voltage */
448 0, /* voltage */
519 0, /* minimum voltage in mv (0=unknown) */
520 0, /* maximum voltage in mv (0=unknown) */
521 0 /* configured voltage in mv (0=unknown) */
/freebsd-current/usr.sbin/mfiutil/
H A Dmfi_show.c218 printf(" Current Voltage: %d mV\n", stat.voltage);
/freebsd-current/sys/dev/mfi/
H A Dmfireg.h1398 uint16_t voltage; member in struct:mfi_bbu_status
/freebsd-current/sys/cam/scsi/
H A Dscsi_ses.h1812 uint8_t voltage[2]; member in struct:ses_status_voltage_sensor
/freebsd-current/sys/dev/iwm/
H A Dif_iwmreg.h3537 uint32_t temperature_m; /* radio voltage */
6790 * @voltage: the measured voltage
6794 int32_t voltage; member in struct:iwm_dts_measurement_notif_v1
6801 * @voltage: the measured voltage
6806 int32_t voltage; member in struct:iwm_dts_measurement_notif_v2
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h907 u8 voltage[0x10]; member in struct:mlx5_ifc_pddr_module_info_bits

Completed in 524 milliseconds