Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/hal/
H A DHalPhyRf_8723B.c1513 u8 tmpReg; in phy_LCCalibrate_8723B() local
1518 tmpReg = rtw_read8(pDM_Odm->Adapter, 0xd03); in phy_LCCalibrate_8723B()
1520 if ((tmpReg&0x70) != 0) /* Deal with contisuous TX case */ in phy_LCCalibrate_8723B()
1521 rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg&0x8F); /* disable all continuous TX */ in phy_LCCalibrate_8723B()
1525 if ((tmpReg&0x70) != 0) { in phy_LCCalibrate_8723B()
1560 if ((tmpReg&0x70) != 0) { /* Deal with contisuous TX case */ in phy_LCCalibrate_8723B()
1562 rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg); in phy_LCCalibrate_8723B()