Searched refs:tx_gain (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wireless/iwlwifi/dvm/ |
D | scan.c | 505 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3; in iwl_get_channel_for_reset_scan() 507 scan_ch->tx_gain = ((1 << 5) | (5 << 3)); in iwl_get_channel_for_reset_scan() 566 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3; in iwl_get_channels_for_scan() 568 scan_ch->tx_gain = ((1 << 5) | (5 << 3)); in iwl_get_channels_for_scan()
|
D | commands.h | 2282 u8 tx_gain; /* gain for analog radio */ member
|
/drivers/net/wireless/iwlegacy/ |
D | 3945.c | 1384 scan_power_info->tpc.tx_gain = in il3945_hw_reg_set_scan_power() 1385 power_gain_table[band_idx][power_idx].tx_gain; in il3945_hw_reg_set_scan_power() 1436 txpower.power[i].tpc.tx_gain, in il3945_send_tx_power() 1447 txpower.power[i].tpc.tx_gain, in il3945_send_tx_power() 2151 pwr_info->tpc.tx_gain = in il3945_txpower_set_from_eeprom() 2152 power_gain_table[a_band][power_idx].tx_gain; in il3945_txpower_set_from_eeprom() 2166 gain = power_gain_table[a_band][pwr_idx].tx_gain; in il3945_txpower_set_from_eeprom() 2178 pwr_info->tpc.tx_gain = gain; in il3945_txpower_set_from_eeprom()
|
D | commands.h | 224 u8 tx_gain; /* gain for analog radio */ member 2397 u8 tx_gain; /* gain for analog radio */ member
|
D | 3945-mac.c | 1622 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3; in il3945_get_channels_for_scan() 1624 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3)); in il3945_get_channels_for_scan()
|
D | 4965-mac.c | 826 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3; in il4965_get_channels_for_scan() 828 scan_ch->tx_gain = ((1 << 5) | (5 << 3)); in il4965_get_channels_for_scan()
|
/drivers/net/wireless/b43/ |
D | phy_lp.c | 1385 u32 iq_comp, tx_gain, coeff, rf_power; in lpphy_set_tx_power_by_index() local 1393 tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192)); in lpphy_set_tx_power_by_index() 1394 gains.pad = (tx_gain >> 16) & 0xFF; in lpphy_set_tx_power_by_index() 1395 gains.gm = tx_gain & 0xFF; in lpphy_set_tx_power_by_index() 1396 gains.pga = (tx_gain >> 8) & 0xFF; in lpphy_set_tx_power_by_index() 1401 tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192)); in lpphy_set_tx_power_by_index() 1403 0xF800, (tx_gain >> 4) & 0x7FFF); in lpphy_set_tx_power_by_index() 1404 lpphy_set_dac_gain(dev, tx_gain & 0x7); in lpphy_set_tx_power_by_index() 1405 lpphy_set_pa_gain(dev, (tx_gain >> 24) & 0x7F); in lpphy_set_tx_power_by_index()
|
/drivers/net/wireless/rt2x00/ |
D | rt2800lib.c | 5920 u8 tx_gain; in rt2800_normal_mode_setup_3593() local 5927 tx_gain = rt2x00_get_field8(drv_data->txmixer_gain_24g, in rt2800_normal_mode_setup_3593() 5929 rt2x00_set_field8(&rfcsr, RFCSR51_BITS24, tx_gain); in rt2800_normal_mode_setup_3593()
|