Home
last modified time | relevance | path

Searched refs:tx_gain (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/dvm/
Dscan.c478 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3; in iwl_get_channel_for_reset_scan()
480 scan_ch->tx_gain = ((1 << 5) | (5 << 3)); in iwl_get_channel_for_reset_scan()
539 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3; in iwl_get_channels_for_scan()
541 scan_ch->tx_gain = ((1 << 5) | (5 << 3)); in iwl_get_channels_for_scan()
Dcommands.h2204 u8 tx_gain; /* gain for analog radio */ member
/linux-6.6.21/drivers/net/wireless/intel/iwlegacy/
D3945.c1369 scan_power_info->tpc.tx_gain = in il3945_hw_reg_set_scan_power()
1370 power_gain_table[band_idx][power_idx].tx_gain; in il3945_hw_reg_set_scan_power()
1421 txpower.power[i].tpc.tx_gain, in il3945_send_tx_power()
1432 txpower.power[i].tpc.tx_gain, in il3945_send_tx_power()
2134 pwr_info->tpc.tx_gain = in il3945_txpower_set_from_eeprom()
2135 power_gain_table[a_band][power_idx].tx_gain; in il3945_txpower_set_from_eeprom()
2149 gain = power_gain_table[a_band][pwr_idx].tx_gain; in il3945_txpower_set_from_eeprom()
2161 pwr_info->tpc.tx_gain = gain; in il3945_txpower_set_from_eeprom()
Dcommands.h224 u8 tx_gain; /* gain for analog radio */ member
2399 u8 tx_gain; /* gain for analog radio */ member
D3945-mac.c1590 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3; in il3945_get_channels_for_scan()
1592 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3)); in il3945_get_channels_for_scan()
D4965-mac.c814 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3; in il4965_get_channels_for_scan()
816 scan_ch->tx_gain = ((1 << 5) | (5 << 3)); in il4965_get_channels_for_scan()
/linux-6.6.21/drivers/net/wireless/broadcom/b43/
Dphy_lp.c1373 u32 iq_comp, tx_gain, coeff, rf_power; in lpphy_set_tx_power_by_index() local
1381 tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192)); in lpphy_set_tx_power_by_index()
1382 gains.pad = (tx_gain >> 16) & 0xFF; in lpphy_set_tx_power_by_index()
1383 gains.gm = tx_gain & 0xFF; in lpphy_set_tx_power_by_index()
1384 gains.pga = (tx_gain >> 8) & 0xFF; in lpphy_set_tx_power_by_index()
1389 tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192)); in lpphy_set_tx_power_by_index()
1391 0xF800, (tx_gain >> 4) & 0x7FFF); in lpphy_set_tx_power_by_index()
1392 lpphy_set_dac_gain(dev, tx_gain & 0x7); in lpphy_set_tx_power_by_index()
1393 lpphy_set_pa_gain(dev, (tx_gain >> 24) & 0x7F); in lpphy_set_tx_power_by_index()
/linux-6.6.21/drivers/staging/ks7010/
Dks_wlan.h234 u8 tx_gain; member
Dks_wlan_net.c2133 priv->gain.tx_gain = (u8)uwrq->mode; in ks_wlan_set_tx_gain()
2134 priv->gain.tx_mode = (priv->gain.tx_gain < 0xFF) ? 1 : 0; in ks_wlan_set_tx_gain()
2148 uwrq->mode = priv->gain.tx_gain; in ks_wlan_get_tx_gain()
Dks_hostif.c556 priv->gain.tx_gain, priv->gain.rx_gain); in hostif_mib_get_confirm()
/linux-6.6.21/drivers/net/wireless/ralink/rt2x00/
Drt2800lib.c7502 u8 tx_gain; in rt2800_normal_mode_setup_3593() local
7509 tx_gain = rt2x00_get_field8(drv_data->txmixer_gain_24g, in rt2800_normal_mode_setup_3593()
7511 rt2x00_set_field8(&rfcsr, RFCSR51_BITS24, tx_gain); in rt2800_normal_mode_setup_3593()