Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8723au/hal/
DHalDMOutSrc8723A_CE.c891 u8 tmpReg; in _PHY_LCCalibrate() local
895 tmpReg = rtl8723au_read8(pAdapter, 0xd03); in _PHY_LCCalibrate()
897 if ((tmpReg&0x70) != 0) { in _PHY_LCCalibrate()
900 rtl8723au_write8(pAdapter, 0xd03, tmpReg&0x8F); in _PHY_LCCalibrate()
907 if ((tmpReg&0x70) != 0) { in _PHY_LCCalibrate()
934 if ((tmpReg&0x70) != 0) { /* Deal with contuous TX case */ in _PHY_LCCalibrate()
936 rtl8723au_write8(pAdapter, 0xd03, tmpReg); in _PHY_LCCalibrate()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhw.c1317 u32 tmpReg; in ath9k_hw_set_reset() local
1339 tmpReg = REG_READ(ah, AR_INTR_SYNC_CAUSE); in ath9k_hw_set_reset()
1341 tmpReg &= AR9340_INTR_SYNC_LOCAL_TIMEOUT; in ath9k_hw_set_reset()
1343 tmpReg &= AR_INTR_SYNC_LOCAL_TIMEOUT | in ath9k_hw_set_reset()
1346 if (tmpReg) { in ath9k_hw_set_reset()