Home
last modified time | relevance | path

Searched refs:RateSection (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dhal_com_phycfg.h58 enum rate_section RateSection);
70 u8 RateSection);
98 u8 *RateSection, u8 *RfPath, u8 *Channel, u8 *PowerLimit);
/linux-6.1.9/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c14 enum rate_section RateSection) in PHY_GetTxPowerByRateBase() argument
22 switch (RateSection) { in PHY_GetTxPowerByRateBase()
41 enum rate_section RateSection, u8 Value) in phy_SetTxPowerByRateBase() argument
48 switch (RateSection) { in phy_SetTxPowerByRateBase()
423 struct adapter *padapter, u8 RFPath, u8 Channel, u8 RateSection in PHY_SetTxPowerIndexByRateSection() argument
428 if (RateSection == CCK) { in PHY_SetTxPowerIndexByRateSection()
435 } else if (RateSection == OFDM) { in PHY_SetTxPowerIndexByRateSection()
442 } else if (RateSection == HT_MCS0_MCS7) { in PHY_SetTxPowerIndexByRateSection()
809 u8 *RateSection, in PHY_SetTxPowerLimit() argument
833 if (eqNByte(RateSection, (u8 *)("CCK"), 3) && eqNByte(RfPath, (u8 *)("1T"), 2)) in PHY_SetTxPowerLimit()
[all …]
Dodm_RegConfig8723B.c164 u8 *RateSection, in odm_ConfigBB_TXPWR_LMT_8723B() argument
174 RateSection, in odm_ConfigBB_TXPWR_LMT_8723B()
Dodm_RegConfig8723B.h39 u8 *RateSection,