Home
last modified time | relevance | path

Searched refs:BandWidth (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dhal_com_phycfg.h143 enum CHANNEL_WIDTH BandWidth,
175 enum CHANNEL_WIDTH BandWidth,
221 enum CHANNEL_WIDTH BandWidth,
Dhal_phy_cfg.h80 enum CHANNEL_WIDTH BandWidth,
Drtw_recv.h112 u8 BandWidth; member
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c1042 enum CHANNEL_WIDTH BandWidth, in PHY_GetTxPowerIndexBase() argument
1077 if (BandWidth == CHANNEL_WIDTH_20) { /* BW20-1S, BW20-2S */ in PHY_GetTxPowerIndexBase()
1090 } else if (BandWidth == CHANNEL_WIDTH_40) { /* BW40-1S, BW40-2S */ in PHY_GetTxPowerIndexBase()
1105 else if (BandWidth == CHANNEL_WIDTH_80) { in PHY_GetTxPowerIndexBase()
1135 if (BandWidth == CHANNEL_WIDTH_20) { in PHY_GetTxPowerIndexBase()
1148 } else if (BandWidth == CHANNEL_WIDTH_40) { /* BW40-1S, BW40-2S */ in PHY_GetTxPowerIndexBase()
1161 } else if (BandWidth == CHANNEL_WIDTH_80) { /* BW80-1S, BW80-2S */ in PHY_GetTxPowerIndexBase()
1561 enum CHANNEL_WIDTH BandWidth, in PHY_SetTxPowerIndexByRateArray() argument
1571 powerIndex = PHY_GetTxPowerIndex(padapter, RFPath, Rates[i], BandWidth, Channel); in PHY_SetTxPowerIndexByRateArray()
2045 enum CHANNEL_WIDTH BandWidth, in PHY_GetTxPowerIndex() argument
[all …]
Drtl8723b_phycfg.c678 enum CHANNEL_WIDTH BandWidth, in PHY_GetTxPowerIndex_8723B() argument
688 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel, &bIn24G); in PHY_GetTxPowerIndex_8723B()