Searched refs:tmpReg (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/ |
H A D | HalPhyRf_8723B.c | 1514 u8 tmpReg; in phy_LCCalibrate_8723B() local 1519 tmpReg = rtw_read8(pDM_Odm->Adapter, 0xd03); in phy_LCCalibrate_8723B() 1521 if ((tmpReg&0x70) != 0) /* Deal with contisuous TX case */ in phy_LCCalibrate_8723B() 1522 rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg&0x8F); /* disable all continuous TX */ in phy_LCCalibrate_8723B() 1526 if ((tmpReg&0x70) != 0) { in phy_LCCalibrate_8723B() 1561 if ((tmpReg&0x70) != 0) { /* Deal with contisuous TX case */ in phy_LCCalibrate_8723B() 1563 rtw_write8(pDM_Odm->Adapter, 0xd03, tmpReg); in phy_LCCalibrate_8723B()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
H A D | HalPhyRf_8723B.c | 1707 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()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 1354 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()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | hw.c | 1353 u32 tmpReg; in ath9k_hw_set_reset() local 1375 tmpReg = REG_READ(ah, AR_INTR_SYNC_CAUSE(ah)); in ath9k_hw_set_reset() 1377 tmpReg &= AR9340_INTR_SYNC_LOCAL_TIMEOUT; in ath9k_hw_set_reset() 1379 tmpReg &= AR_INTR_SYNC_LOCAL_TIMEOUT | in ath9k_hw_set_reset() 1382 if (tmpReg) { in ath9k_hw_set_reset()
|
Completed in 12 milliseconds