[go: nahoru, domu]

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

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dchannel.c230 struct brcms_cm_info *wlc_cm, struct txpwr_limits *txpwr,
237 txpwr->cck[j] = min(txpwr->cck[j], local_constraint_qdbm);
241 txpwr->ofdm[j] = min(txpwr->ofdm[j], local_constraint_qdbm);
245 txpwr->ofdm_cdd[j] =
246 min(txpwr->ofdm_cdd[j], local_constraint_qdbm);
250 txpwr->ofdm_40_siso[j] =
251 min(txpwr->ofdm_40_siso[j], local_constraint_qdbm);
255 txpwr
229 brcms_c_channel_min_txpower_limits_with_local_constraint( struct brcms_cm_info *wlc_cm, struct txpwr_limits *txpwr, u8 local_constraint_qdbm) argument
378 struct txpwr_limits txpwr; local
398 brcms_c_channel_reg_limits(struct brcms_cm_info *wlc_cm, u16 chanspec, struct txpwr_limits *txpwr) argument
[all...]
H A Dchannel.h20 /* conversion for phy txpwr calculations that use .25 dB units */
42 struct txpwr_limits *txpwr);
H A Dpub.h324 int brcms_c_set_tx_power(struct brcms_c_info *wlc, int txpwr);
H A Dmain.h639 bool mute, struct txpwr_limits *txpwr);
H A Dmain.c3851 bool mute_tx, struct txpwr_limits *txpwr)
3882 wlc_phy_txpower_limit_set(wlc_hw->band->pi, txpwr,
3887 wlc_phy_txpower_limit_set(wlc_hw->band->pi, txpwr, chanspec);
7641 int brcms_c_set_tx_power(struct brcms_c_info *wlc, int txpwr) argument
7646 qdbm = min_t(uint, txpwr * BRCMS_TXPWR_DB_FACTOR, 0xff);
3850 brcms_b_set_chanspec(struct brcms_hardware *wlc_hw, u16 chanspec, bool mute_tx, struct txpwr_limits *txpwr) argument
/drivers/net/wireless/brcm80211/brcmsmac/phy/
H A Dphy_cmn.c1323 struct txpwr_limits *txpwr)
1329 &txpwr->cck[0], BRCMS_NUM_RATES_CCK);
1332 &txpwr->ofdm[0], BRCMS_NUM_RATES_OFDM);
1334 &txpwr->ofdm_cdd[0], BRCMS_NUM_RATES_OFDM);
1337 &txpwr->ofdm_40_siso[0], BRCMS_NUM_RATES_OFDM);
1339 &txpwr->ofdm_40_cdd[0], BRCMS_NUM_RATES_OFDM);
1342 &txpwr->mcs_20_siso[0], BRCMS_NUM_RATES_MCS_1_STREAM);
1344 &txpwr->mcs_20_cdd[0], BRCMS_NUM_RATES_MCS_1_STREAM);
1346 &txpwr->mcs_20_stbc[0], BRCMS_NUM_RATES_MCS_1_STREAM);
1348 &txpwr
1322 wlc_phy_txpower_target_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr) argument
1657 wlc_phy_txpower_reg_limit_calc(struct brcms_phy *pi, struct txpwr_limits *txpwr, u16 chanspec) argument
1857 wlc_phy_txpower_limit_set(struct brcms_phy_pub *ppi, struct txpwr_limits *txpwr, u16 chanspec) argument
[all...]
H A Dphy_lcn.c4889 s8 txpwr = 0; local
4918 txpwr = sprom->core_pwr_info[0].maxpwr_2g;
4919 pi->tx_srom_max_2g = txpwr;
4929 uint max_pwr_chan = txpwr;
4949 pi->tx_srom_max_rate_2g[i] = txpwr;
4952 pi->tx_srom_max_rate_2g[i] = txpwr -
4962 txpwr - ((offset_mcs & 0xf) * 2);
/drivers/net/wireless/rtl818x/rtl8187/
H A Ddev.c1436 u16 txpwr, reg; local
1511 &txpwr);
1512 (*channel++).hw_value = txpwr & 0xFF;
1513 (*channel++).hw_value = txpwr >> 8;
1517 &txpwr);
1518 (*channel++).hw_value = txpwr & 0xFF;
1519 (*channel++).hw_value = txpwr >> 8;
1585 &txpwr);
1586 (*channel++).hw_value = txpwr & 0xFF;
1587 (*channel++).hw_value = txpwr >>
[all...]
/drivers/net/wireless/rtl818x/rtl8180/
H A Ddev.c1676 u16 txpwr; local
1678 &txpwr);
1679 priv->channels[i].hw_value = txpwr & 0xFF;
1680 priv->channels[i + 1].hw_value = txpwr >> 8;
1686 u16 txpwr; local
1687 eeprom_93cx6_read(&eeprom, 0x20 + (i >> 1), &txpwr);
1688 priv->channels[i].hw_value |= (txpwr & 0xFF) << 8;
1689 priv->channels[i + 1].hw_value |= txpwr & 0xFF00;
/drivers/net/wireless/mwifiex/
H A Dsta_ioctl.c192 char txpwr[] = {"marvell,00_txpwrlimit"}; local
194 memcpy(&txpwr[8], priv->adapter->country_code, 2);
195 mwifiex_dnld_dt_cfgdata(priv, priv->adapter->dt_node, txpwr);

Completed in 468 milliseconds