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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/iwlwifi/
H A Diwl-3945.c1417 scan_power_info->tpc.tx_gain =
1418 power_gain_table[band_index][power_index].tx_gain;
1465 txpower.power[i].tpc.tx_gain,
1478 txpower.power[i].tpc.tx_gain,
2165 pwr_info->tpc.tx_gain =
2166 power_gain_table[a_band][power_idx].tx_gain;
2182 gain = power_gain_table[a_band][pwr_index].tx_gain;
2194 pwr_info->tpc.tx_gain = gain;
H A Diwl-agn-lib.c1060 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3;
1062 scan_ch->tx_gain = ((1 << 5) | (5 << 3));
1126 * scan_ch->tx_gain = ((1 << 5) | (2 << 3)) | 3;
1129 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3;
1131 scan_ch->tx_gain = ((1 << 5) | (5 << 3));
H A Diwl-commands.h249 u8 tx_gain; /* gain for analog radio */ member in struct:iwl3945_tx_power
2688 u8 tx_gain; /* gain for analog radio */ member in struct:iwl_scan_channel
H A Diwl3945-base.c1813 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1815 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1892 /*scan_pwr_info->tpc.tx_gain; */
1894 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1896 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1899 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-3945.c1417 scan_power_info->tpc.tx_gain =
1418 power_gain_table[band_index][power_index].tx_gain;
1465 txpower.power[i].tpc.tx_gain,
1478 txpower.power[i].tpc.tx_gain,
2165 pwr_info->tpc.tx_gain =
2166 power_gain_table[a_band][power_idx].tx_gain;
2182 gain = power_gain_table[a_band][pwr_index].tx_gain;
2194 pwr_info->tpc.tx_gain = gain;
H A Diwl-agn-lib.c1060 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3;
1062 scan_ch->tx_gain = ((1 << 5) | (5 << 3));
1126 * scan_ch->tx_gain = ((1 << 5) | (2 << 3)) | 3;
1129 scan_ch->tx_gain = ((1 << 5) | (3 << 3)) | 3;
1131 scan_ch->tx_gain = ((1 << 5) | (5 << 3));
H A Diwl-commands.h249 u8 tx_gain; /* gain for analog radio */ member in struct:iwl3945_tx_power
2688 u8 tx_gain; /* gain for analog radio */ member in struct:iwl_scan_channel
H A Diwl3945-base.c1813 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1815 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1892 /*scan_pwr_info->tpc.tx_gain; */
1894 scan_ch->tpc.tx_gain = ((1 << 5) | (3 << 3)) | 3;
1896 scan_ch->tpc.tx_gain = ((1 << 5) | (5 << 3));
1899 * scan_ch->tpc.tx_gain = ((1 << 5) | (2 << 3)) | 3;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/wireless/b43/
H A Dphy_lp.c1379 u32 iq_comp, tx_gain, coeff, rf_power; local
1387 tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192));
1388 gains.pad = (tx_gain >> 16) & 0xFF;
1389 gains.gm = tx_gain & 0xFF;
1390 gains.pga = (tx_gain >> 8) & 0xFF;
1395 tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192));
1397 0xF800, (tx_gain >> 4) & 0x7FFF);
1398 lpphy_set_dac_gain(dev, tx_gain & 0x7);
1399 lpphy_set_pa_gain(dev, (tx_gain >> 24) & 0x7F);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/wireless/b43/
H A Dphy_lp.c1379 u32 iq_comp, tx_gain, coeff, rf_power; local
1387 tx_gain = b43_lptab_read(dev, B43_LPTAB32(7, index + 192));
1388 gains.pad = (tx_gain >> 16) & 0xFF;
1389 gains.gm = tx_gain & 0xFF;
1390 gains.pga = (tx_gain >> 8) & 0xFF;
1395 tx_gain = b43_lptab_read(dev, B43_LPTAB32(10, index + 192));
1397 0xF800, (tx_gain >> 4) & 0x7FFF);
1398 lpphy_set_dac_gain(dev, tx_gain & 0x7);
1399 lpphy_set_pa_gain(dev, (tx_gain >> 24) & 0x7F);

Completed in 313 milliseconds