Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_com_phycfg.h143 enum CHANNEL_WIDTH BandWidth,
175 enum CHANNEL_WIDTH BandWidth,
Dhal_phy_cfg.h50 enum CHANNEL_WIDTH BandWidth, u8 Channel);
Drtw_recv.h109 u8 BandWidth; member
/Linux-v5.10/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()
1559 enum CHANNEL_WIDTH BandWidth, in PHY_SetTxPowerIndexByRateArray() argument
1569 powerIndex = PHY_GetTxPowerIndex(padapter, RFPath, Rates[i], BandWidth, Channel); in PHY_SetTxPowerIndexByRateArray()
Drtl8723b_phycfg.c614 enum CHANNEL_WIDTH BandWidth, in PHY_GetTxPowerIndex() argument
624 txPower = (s8) PHY_GetTxPowerIndexBase(padapter, RFPath, Rate, BandWidth, Channel, &bIn24G); in PHY_GetTxPowerIndex()