Searched defs:voltage (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_eeprom.h139 * (PA) output voltage detector. This same detector is used during Tx of
147 uint16_t v_det; /* PA output voltage */
161 /* coefficients for voltage->power formula (signed) */
216 uint16_t voltage; member in struct:iwk_eep_calib_info
H A Diwk_hw.h1566 * 2) Power supply voltage measurement.
1682 * 7) Find difference between current power supply voltage indicator
1683 * (from "initialize alive") and factory-measured power supply voltage
1686 * If the current voltage is higher (indicator is lower) than factory
1687 * voltage, gain should be reduced (gain table index increased) by:
1691 * If the current voltage is lower (indicator is higher) than factory
1692 * voltage, gain should be increased (gain table index decreased) by:
1701 * NOTE: "Initialize" uCode measures current voltage, which is assumed
1817 * 4965 power supply voltage compensation
1830 * power varies with temperature, voltage, an
2742 uint32_t voltage; /* signed */ member in struct:iwk_init_alive_resp
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Dpicldiag.c2859 * print voltage sensor information
2866 float voltage; local
2889 voltage = picldiag_get_float_propval(voltageh, PICL_PROP_VOLTAGE, &err);
2900 if (got_voltage && voltage < threshold)
2909 if (got_voltage && voltage < threshold)
2918 if (got_voltage && voltage > threshold)
2927 if (got_voltage && voltage > threshold)
2946 log_printf("(%.2fV)", voltage);
2974 * callback function search children to find voltage sensors and print voltage
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/lw8/common/
H A Dlw8.c2839 * print voltage sensor information
2846 float voltage; local
2869 voltage = picldiag_get_float_propval(voltageh, PICL_PROP_VOLTAGE, &err);
2880 if (got_voltage && voltage < threshold)
2889 if (got_voltage && voltage < threshold)
2898 if (got_voltage && voltage > threshold)
2907 if (got_voltage && voltage > threshold)
2926 log_printf("(%.2fV)", voltage);
2954 * callback function search children to find voltage sensors and print voltage
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/schumacher/common/
H A Dschumacher.c2450 * print voltage sensor information
2457 float voltage; local
2480 voltage = picldiag_get_float_propval(voltageh, PICL_PROP_VOLTAGE, &err);
2491 if (got_voltage && voltage < threshold)
2500 if (got_voltage && voltage < threshold)
2509 if (got_voltage && voltage > threshold)
2518 if (got_voltage && voltage > threshold)
2535 log_printf("(%.2fV)", voltage);
2564 * callback function search children to find voltage sensors and print voltage
[all...]
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_hw.h1997 uint32_t voltage; /* signed */ member in struct:iwh_init_alive_resp
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_hw.h1997 uint32_t voltage; /* signed */ member in struct:iwp_init_alive_resp

Completed in 124 milliseconds