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

/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945.c1369 scan_power_info->tpc.tx_gain =
1370 power_gain_table[band_idx][power_idx].tx_gain;
1421 txpower.power[i].tpc.tx_gain,
1432 txpower.power[i].tpc.tx_gain,
2134 pwr_info->tpc.tx_gain =
2135 power_gain_table[a_band][power_idx].tx_gain;
2149 gain = power_gain_table[a_band][pwr_idx].tx_gain;
2161 pwr_info->tpc.tx_gain = gain;
H A Dcommands.h224 u8 tx_gain; /* gain for analog radio */ member in struct:il3945_tx_power
2399 u8 tx_gain; /* gain for analog radio */ member in struct:il_scan_channel
H A D3945-mac.c1588 /*scan_pwr_info->tpc.tx_gain; */
1590 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1592 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1595 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
H A D4965-mac.c811 * scan_ch->tx_gain = ((1 << 5) | (2 << 3)) | 3;
814 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3;
816 scan_ch->tx_gain = ((1 << 5) | (5 << 3));
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c478 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3;
480 scan_ch->tx_gain = ((1 << 5) | (5 << 3));
536 * scan_ch->tx_gain = ((1 << 5) | (2 << 3)) | 3;
539 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3;
541 scan_ch->tx_gain = ((1 << 5) | (5 << 3));
H A Dcommands.h2207 u8 tx_gain; /* gain for analog radio */ member in struct:iwl_scan_channel
/linux-master/drivers/staging/ks7010/
H A Dks_wlan.h234 u8 tx_gain; member in struct:local_gain
H A Dks_wlan_net.c2133 priv->gain.tx_gain = (u8)uwrq->mode;
2134 priv->gain.tx_mode = (priv->gain.tx_gain < 0xFF) ? 1 : 0;
2148 uwrq->mode = priv->gain.tx_gain;
H A Dks_hostif.c554 netdev_dbg(priv->net_dev, "tx_mode=%d, rx_mode=%d, tx_gain=%d, rx_gain=%d\n",
556 priv->gain.tx_gain, priv->gain.rx_gain);
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dphy_lp.c1373 u32 iq_comp, tx_gain, coeff, rf_power; local
1381 tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192));
1382 gains.pad = (tx_gain >> 16) & 0xFF;
1383 gains.gm = tx_gain & 0xFF;
1384 gains.pga = (tx_gain >> 8) & 0xFF;
1389 tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192));
1391 0xF800, (tx_gain >> 4) & 0x7FFF);
1392 lpphy_set_dac_gain(dev, tx_gain & 0x7);
1393 lpphy_set_pa_gain(dev, (tx_gain >> 24) & 0x7F);
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c7518 u8 tx_gain; local
7525 tx_gain = rt2x00_get_field8(drv_data->txmixer_gain_24g,
7527 rt2x00_set_field8(&rfcsr, RFCSR51_BITS24, tx_gain);

Completed in 432 milliseconds