Searched refs:Rate (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/staging/rtl8723bs/include/
H A Dhal_com_phycfg.h67 u8 PHY_GetRateIndexOfTxPowerByRate(u8 Rate);
74 void PHY_SetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 Rate,
90 u8 PHY_GetTxPowerIndexBase(struct adapter *padapter, u8 RFPath, u8 Rate,
104 s8 PHY_GetTxPowerTrackingOffset(struct adapter *padapter, u8 Rate, u8 RFPath);
H A Dhal_phy_cfg.h47 u8 RFPath, u8 Rate);
49 u8 PHY_GetTxPowerIndex(struct adapter *padapter, u8 RFPath, u8 Rate,
/linux-master/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c455 u8 Rate,
467 if (IS_CCK_RATE(Rate))
469 else if (MGN_6M <= Rate)
473 if ((MGN_6M <= Rate && Rate <= MGN_54M) && !IS_CCK_RATE(Rate))
477 if (MGN_MCS0 <= Rate && Rate <= MGN_MCS7)
480 if (MGN_MCS0 <= Rate && Rate <
452 PHY_GetTxPowerIndexBase( struct adapter *padapter, u8 RFPath, u8 Rate, enum channel_width BandWidth, u8 Channel ) argument
487 PHY_GetTxPowerTrackingOffset(struct adapter *padapter, u8 RFPath, u8 Rate) argument
504 PHY_GetRateIndexOfTxPowerByRate(u8 Rate) argument
574 PHY_GetTxPowerByRate(struct adapter *padapter, u8 RFPath, u8 Rate) argument
594 PHY_SetTxPowerByRate( struct adapter *padapter, u8 RFPath, u8 Rate, s8 Value ) argument
[all...]
H A Drtl8723b_phycfg.c453 u8 Rate
457 switch (Rate) {
532 u8 Rate,
540 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel);
541 powerDiffByRate = PHY_GetTxPowerByRate(padapter, RF_PATH_A, Rate);
548 Rate,
555 txPower += PHY_GetTxPowerTrackingOffset(padapter, RFPath, Rate);
529 PHY_GetTxPowerIndex( struct adapter *padapter, u8 RFPath, u8 Rate, enum channel_width BandWidth, u8 Channel ) argument
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dmac.h25 (SM((_series)[_index].Rate, AR_XmitRate##_index))
669 u32 Rate; member in struct:ath9k_11n_rate_series
H A Dbeacon.c106 info.rates[0].Rate = rate;
H A Dxmit.c1327 info->rates[i].Rate = rix | 0x80;
1329 ah->txchainmask, info->rates[i].Rate);
1353 info->rates[i].Rate = rate->hw_value;
1356 info->rates[i].Rate |= rate->hw_value_short;
1365 ah->txchainmask, info->rates[i].Rate);
1370 is_cck = IS_CCK_RATE(info->rates[i].Rate);

Completed in 242 milliseconds