Home
last modified time | relevance | path

Searched refs:TxPwrByRateBase5G (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/staging/rtl8723bs/hal/
Dhal_com_phycfg.c65 value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][0]; in PHY_GetTxPowerByRateBase()
68 value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][1]; in PHY_GetTxPowerByRateBase()
71 value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][2]; in PHY_GetTxPowerByRateBase()
74 value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][3]; in PHY_GetTxPowerByRateBase()
77 value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][4]; in PHY_GetTxPowerByRateBase()
80 value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][5]; in PHY_GetTxPowerByRateBase()
83 value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][6]; in PHY_GetTxPowerByRateBase()
86 value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][7]; in PHY_GetTxPowerByRateBase()
89 value = pHalData->TxPwrByRateBase5G[RfPath][TxNum][8]; in PHY_GetTxPowerByRateBase()
159 pHalData->TxPwrByRateBase5G[RfPath][TxNum][0] = Value; in phy_SetTxPowerByRateBase()
[all …]
/Linux-v5.10/drivers/staging/rtl8723bs/include/
Dhal_data.h300 u8 TxPwrByRateBase5G[TX_PWR_BY_RATE_NUM_RF] member