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

/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh_calibration.h101 uint8_t saturation_power; member in struct:iwh_eep_txpower_cal
H A Diwh_eeprom.h166 int8_t saturation_power; member in struct:iwl_eeprom_txpower_group
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp_calibration.h98 uint8_t saturation_power; member in struct:iwp_eep_txpower_cal
H A Diwp_eeprom.h163 int8_t saturation_power; member in struct:iwl_eeprom_txpower_group
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk_eeprom.h166 int8_t saturation_power; member in struct:iwl_eeprom_txpower_group
H A Diwk2.c4817 uint8_t saturation_power; local
4902 saturation_power =
4905 saturation_power =
4909 if (saturation_power < IWK_TX_POWER_SATURATION_MIN ||
4910 saturation_power > IWK_TX_POWER_SATURATION_MAX) {
4912 saturation_power = IWK_TX_POWER_DEFAULT_SATURATION_24;
4914 saturation_power = IWK_TX_POWER_DEFAULT_SATURATION_52;
4986 power_limit = saturation_power - back_off_table[r];

Completed in 94 milliseconds