Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
DHalPhyRf_8723B.c1707 u8 tmpReg; in phy_LCCalibrate_8723B() local
1712 tmpReg = rtw_read8(pDM_Odm->Adapter, 0xd03); in phy_LCCalibrate_8723B()
1714 if ((tmpReg&0x70) != 0) /* Deal with contisuous TX case */ in phy_LCCalibrate_8723B()
1715 rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg&0x8F); /* disable all continuous TX */ in phy_LCCalibrate_8723B()
1719 if ((tmpReg&0x70) != 0) { in phy_LCCalibrate_8723B()
1754 if ((tmpReg&0x70) != 0) { /* Deal with contisuous TX case */ in phy_LCCalibrate_8723B()
1756 rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg); in phy_LCCalibrate_8723B()
/drivers/net/wireless/ath/ath9k/
Dhw.c1354 u32 tmpReg; in ath9k_hw_set_reset() local
1376 tmpReg = REG_READ(ah, AR_INTR_SYNC_CAUSE); in ath9k_hw_set_reset()
1378 tmpReg &= AR9340_INTR_SYNC_LOCAL_TIMEOUT; in ath9k_hw_set_reset()
1380 tmpReg &= AR_INTR_SYNC_LOCAL_TIMEOUT | in ath9k_hw_set_reset()
1383 if (tmpReg) { in ath9k_hw_set_reset()