Home
last modified time | relevance | path

Searched full:voltage (Results 1 – 25 of 25) sorted by relevance

/qemu/include/hw/adc/
H A Dnpcm7xx_adc.h40 * @adci: The input voltage in units of uV. 1uv = 1e-6V.
41 * @vref: The external reference voltage.
42 * @iref: The internal reference voltage, initialized at launch time.
/qemu/hw/sensor/
H A Disl_pmbus_vr.c2 * PMBus device for Renesas Digital Multiphase Voltage Regulators
249 dc->desc = "Renesas ISL69260 Digital Multiphase Voltage Regulator"; in isl69260_class_init()
258 dc->desc = "Renesas 228000 Digital Multiphase Voltage Regulator"; in raa228000_class_init()
267 dc->desc = "Renesas 229004 Digital Multiphase Voltage Regulator"; in raa229004_class_init()
276 dc->desc = "Renesas ISL69259 Digital Multiphase Voltage Regulator"; in isl69259_class_init()
H A Dmax34451.c106 | 12 | ADC channel 12 (monitors voltage or current) or GPI. |
108 | 13 | ADC channel 13 (monitors voltage or current) or GPI. |
110 | 14 | ADC channel 14 (monitors voltage or current) or GPI. |
112 | 15 | ADC channel 15 (monitors voltage or current) or GPI. |
132 * @vout_margin_high: the voltage when OPERATION is set to margin high
133 * @vout_margin_low: the voltage when OPERATION is set to margin low
135 * @iout_cal_gain: set ratio of the voltage at the ADC input to sensed current
728 /* get and set the voltage in millivolts, max is 32767 mV */ in max34451_init()
H A Dmax31785.c128 * | 17 | Remote Voltage Connected to ADC0 |
130 * | 18 | Remote Voltage Connected to ADC1 |
132 * | 19 | Remote Voltage Connected to ADC2 |
134 * | 20 | Remote Voltage Connected to ADC3 |
136 * | 21 | Remote Voltage Connected to ADC4 |
138 * | 22 | Remote Voltage Connected to ADC5 |
H A Dadm1272.c2 * Analog Devices ADM1272 High Voltage Positive Hot Swap Controller and Digital
101 [0] = { 6770, 0, -2 }, /* voltage, vrange 60V */
102 [1] = { 4062, 0, -2 }, /* voltage, vrange 100V */
/qemu/include/hw/sensor/
H A Disl_pmbus_vr.h2 * PMBus device for Renesas Digital Multiphase Voltage Regulators
/qemu/tests/qtest/
H A Dadm1272-test.c72 [0] = { 6770, 0, -2 }, /* voltage, vrange 60V */
73 [1] = { 4062, 0, -2 }, /* voltage, vrange 100V */
399 /* test voltage fault handling */
H A Dmax34451-test.c173 /* Test setting voltage */
275 /* test over voltage faults */
H A Disl_pmbus_vr-test.c2 * QTests for the ISL_PMBUS digital voltage regulators
412 /* test voltage fault handling */
/qemu/hw/arm/
H A Dvexpress.c327 /* Voltage values for SYS_CFG_VOLT daughterboard registers;
331 1000000, /* VD10 : 1.0V : SoC internal logic voltage */
335 900000, /* DDR2VTT : 0.9V : DDR2 SDRAM VTT termination voltage */
404 900000, /* Vcore: 0.9V : CPU core voltage */
603 qdev_prop_set_array(sysctl, "db-voltage", db_voltage); in vexpress_common_init()
H A Dintegratorcp.c147 /* ??? Voltage control unimplemented. */ in integratorcm_read()
256 /* ??? Voltage control unimplemented. */ in integratorcm_write()
/qemu/hw/misc/
H A Darm_sysctl.c277 /* There is only one motherboard voltage sensor: in vexpress_cfgctrl_read()
278 * VIO : 3.3V : bus voltage between mother and daughterboard in vexpress_cfgctrl_read()
630 DEFINE_PROP_ARRAY("db-voltage", arm_sysctl_state, db_num_vsensors,
/qemu/include/hw/firmware/
H A Dsmbios.h194 uint8_t voltage; member
/qemu/hw/i2c/
H A Dsmbus_eeprom.c263 spd[8] = 4; /* interface voltage level */ in spd_data_generate()
/qemu/hw/sd/
H A Dsdhci-internal.h304 * - 3.0v voltage
H A Dsd.c68 sd_r7, /* Operating voltage */
254 [sd_r7] = "RESP#7 (operating voltage)", in sd_response_name()
311 qemu_log_mask(LOG_GUEST_ERROR, "SD card voltage not supported: %.3fV", in sd_set_voltage()
1962 * We accept any voltage. 10000 V is nothing. in sd_cmd_SEND_OP_COND()
/qemu/hw/ppc/
H A Dpnv_occ.c420 * @v2.pstates.vdd: Voltage Identifier
421 * @v2.pstates.vcs: Voltage Identifier
/qemu/include/hw/
H A Dqdev-core.h599 * active when the voltage on the pin is high (relative to ground);
601 * is active when the voltage on the pin is low (or grounded).
/qemu/include/standard-headers/linux/
H A Dethtool.h882 * voltage is high
884 * voltage is low
885 * @ETHTOOL_C33_PSE_EXT_SUBSTATE_OPTION_VPORT_LIM_VOLTAGE_INJECTION: Voltage
/qemu/include/hw/i2c/
H A Dpmbus_device.h191 #define PB_STATUS_IOUT_OC_LV_FAULT BIT(6) /* Output OC And Low Voltage Fault */
/qemu/hw/riscv/
H A Dsifive_u.c368 qemu_fdt_setprop_cells(fdt, nodename, "voltage-ranges", 3300, 3300); in create_fdt()
/qemu/hw/usb/
H A Ddev-smartcard-reader.c367 * + 8 Automatic ICC voltage selection
/qemu/hw/smbios/
H A Dsmbios.c697 t->voltage = 0; in smbios_build_type_4_table()
/qemu/hw/audio/
H A Dfmopl.c633 rate = ((1<<TL_BITS)-1)/pow(10,EG_STEP*t/20); /* dB -> voltage */ in OPLOpenTable()
/qemu/tests/functional/acpi-bits/bits-tests/
H A Dsmbios.py2423 self.add_field('voltage', u.unpack_one("B"))