Searched refs:PowerIndex (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/staging/rtl8723bs/hal/ |
| H A D | rtl8723b_phycfg.c | 445 u32 PowerIndex, in PHY_SetTxPowerIndex() argument 453 PHY_SetBBReg(Adapter, rTxAGC_A_CCK1_Mcs32, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex() 456 PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex() 459 PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte2, PowerIndex); in PHY_SetTxPowerIndex() 462 PHY_SetBBReg(Adapter, rTxAGC_B_CCK11_A_CCK2_11, bMaskByte3, PowerIndex); in PHY_SetTxPowerIndex() 466 PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte0, PowerIndex); in PHY_SetTxPowerIndex() 469 PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte1, PowerIndex); in PHY_SetTxPowerIndex() 472 PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte2, PowerIndex); in PHY_SetTxPowerIndex() 475 PHY_SetBBReg(Adapter, rTxAGC_A_Rate18_06, bMaskByte3, PowerIndex); in PHY_SetTxPowerIndex() 479 PHY_SetBBReg(Adapter, rTxAGC_A_Rate54_24, bMaskByte0, PowerIndex); in PHY_SetTxPowerIndex() [all …]
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | hal_phy_cfg.h | 46 void PHY_SetTxPowerIndex(struct adapter *Adapter, u32 PowerIndex,
|