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

/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c306 static int32_t iwk_voltage_compensation(int32_t eep_voltage,
4745 static int32_t iwk_voltage_compensation(int32_t eep_voltage, argument
4750 if ((TX_POWER_IWK_ILLEGAL_VOLTAGE == eep_voltage) ||
4755 (void) iwk_division(curr_voltage-eep_voltage,
4758 if (curr_voltage > eep_voltage) {
4822 int32_t eep_voltage, init_voltage; local
4935 eep_voltage = (int32_t)LE_16(sc->sc_eep_map.calib_info.voltage);
4940 iwk_voltage_compensation(eep_voltage, init_voltage);

Completed in 69 milliseconds