Searched refs:tmpReg (Results 1 – 2 of 2) sorted by relevance
1499 u8 tmpReg; in phy_LCCalibrate_8723B() local1504 tmpReg = rtw_read8(pDM_Odm->Adapter, 0xd03); in phy_LCCalibrate_8723B()1506 if ((tmpReg&0x70) != 0) /* Deal with contisuous TX case */ in phy_LCCalibrate_8723B()1507 rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg&0x8F); /* disable all continuous TX */ in phy_LCCalibrate_8723B()1511 if ((tmpReg&0x70) != 0) { in phy_LCCalibrate_8723B()1546 if ((tmpReg&0x70) != 0) { /* Deal with contisuous TX case */ in phy_LCCalibrate_8723B()1548 rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg); in phy_LCCalibrate_8723B()
1354 u32 tmpReg; in ath9k_hw_set_reset() local1376 tmpReg = REG_READ(ah, AR_INTR_SYNC_CAUSE(ah)); 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()