Searched refs:RateSection (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/staging/rtl8723bs/include/ |
D | hal_com_phycfg.h | 58 enum rate_section RateSection); 70 u8 RateSection); 98 u8 *RateSection, u8 *RfPath, u8 *Channel, u8 *PowerLimit);
|
/linux-6.1.9/drivers/staging/rtl8723bs/hal/ |
D | hal_com_phycfg.c | 14 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 …]
|
D | odm_RegConfig8723B.c | 164 u8 *RateSection, in odm_ConfigBB_TXPWR_LMT_8723B() argument 174 RateSection, in odm_ConfigBB_TXPWR_LMT_8723B()
|
D | odm_RegConfig8723B.h | 39 u8 *RateSection,
|