Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/rtl8188e/
H A Dhalphyrf_8188e_ap.c2655 u1Byte RetryCount = 0; in phy_DigitalPredistortion() local
2784 while(RetryCount < DP_RETRY_LIMIT && !pDM_Odm->RFCalibrateInfo.bDPPathAOK) in phy_DigitalPredistortion()
2807 RetryCount++; in phy_DigitalPredistortion()
2808 …G_LOUD, ("path A DPK RetryCount %d 0xbe0[31:16] %x 0xbe8[31:16] %x\n", RetryCount, tmpReg, tmpReg2… in phy_DigitalPredistortion()
2817 RetryCount = 0; in phy_DigitalPredistortion()
2924 while(RetryCount < DP_RETRY_LIMIT && !pDM_Odm->RFCalibrateInfo.bDPPathBOK) in phy_DigitalPredistortion()
2946 RetryCount++; in phy_DigitalPredistortion()
2947 …LOUD, ("path B DPK RetryCount %d 0xbf0[31:16] %x, 0xbf8[31:16] %x\n", RetryCount , tmpReg, tmpReg… in phy_DigitalPredistortion()
H A Dhalphyrf_8188e_ce.c2780 u1Byte RetryCount = 0; in phy_DigitalPredistortion() local
2909 while(RetryCount < DP_RETRY_LIMIT && !pDM_Odm->RFCalibrateInfo.bDPPathAOK) in phy_DigitalPredistortion()
2932 RetryCount++; in phy_DigitalPredistortion()
2933 …G_LOUD, ("path A DPK RetryCount %d 0xbe0[31:16] %x 0xbe8[31:16] %x\n", RetryCount, tmpReg, tmpReg2… in phy_DigitalPredistortion()
2942 RetryCount = 0; in phy_DigitalPredistortion()
3049 while(RetryCount < DP_RETRY_LIMIT && !pDM_Odm->RFCalibrateInfo.bDPPathBOK) in phy_DigitalPredistortion()
3071 RetryCount++; in phy_DigitalPredistortion()
3072 …LOUD, ("path B DPK RetryCount %d 0xbf0[31:16] %x, 0xbf8[31:16] %x\n", RetryCount , tmpReg, tmpReg… in phy_DigitalPredistortion()
H A Dhalphyrf_8188e_win.c2829 u1Byte RetryCount = 0; in phy_DigitalPredistortion() local
2958 while(RetryCount < DP_RETRY_LIMIT && !pRFCalibrateInfo->bDPPathAOK) in phy_DigitalPredistortion()
2981 RetryCount++; in phy_DigitalPredistortion()
2982 …G_LOUD, ("path A DPK RetryCount %d 0xbe0[31:16] %x 0xbe8[31:16] %x\n", RetryCount, tmpReg, tmpReg2… in phy_DigitalPredistortion()
2991 RetryCount = 0; in phy_DigitalPredistortion()
3098 while(RetryCount < DP_RETRY_LIMIT && !pRFCalibrateInfo->bDPPathBOK) in phy_DigitalPredistortion()
3120 RetryCount++; in phy_DigitalPredistortion()
3121 …LOUD, ("path B DPK RetryCount %d 0xbf0[31:16] %x, 0xbf8[31:16] %x\n", RetryCount , tmpReg, tmpReg… in phy_DigitalPredistortion()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/rtl8723b/
H A Dhalphyrf_8723b_ce.c3490 u1Byte RetryCount = 0; in phy_DigitalPredistortion8723B() local
3619 while(RetryCount < DP_RETRY_LIMIT && !pDM_Odm->RFCalibrateInfo.bDPPathAOK) in phy_DigitalPredistortion8723B()
3642 RetryCount++; in phy_DigitalPredistortion8723B()
3643 …G_LOUD, ("path A DPK RetryCount %d 0xbe0[31:16] %x 0xbe8[31:16] %x\n", RetryCount, tmpReg, tmpReg2… in phy_DigitalPredistortion8723B()
3652 RetryCount = 0; in phy_DigitalPredistortion8723B()
3759 while(RetryCount < DP_RETRY_LIMIT && !pDM_Odm->RFCalibrateInfo.bDPPathBOK) in phy_DigitalPredistortion8723B()
3781 RetryCount++; in phy_DigitalPredistortion8723B()
3782 …LOUD, ("path B DPK RetryCount %d 0xbf0[31:16] %x, 0xbf8[31:16] %x\n", RetryCount , tmpReg, tmpReg… in phy_DigitalPredistortion8723B()
H A Dhalphyrf_8723b_win.c3524 u1Byte RetryCount = 0; in phy_DigitalPredistortion8723B() local
3653 while(RetryCount < DP_RETRY_LIMIT && !pRFCalibrateInfo->bDPPathAOK) in phy_DigitalPredistortion8723B()
3676 RetryCount++; in phy_DigitalPredistortion8723B()
3677 …G_LOUD, ("path A DPK RetryCount %d 0xbe0[31:16] %x 0xbe8[31:16] %x\n", RetryCount, tmpReg, tmpReg2… in phy_DigitalPredistortion8723B()
3686 RetryCount = 0; in phy_DigitalPredistortion8723B()
3793 while(RetryCount < DP_RETRY_LIMIT && !pRFCalibrateInfo->bDPPathBOK) in phy_DigitalPredistortion8723B()
3815 RetryCount++; in phy_DigitalPredistortion8723B()
3816 …LOUD, ("path B DPK RetryCount %d 0xbf0[31:16] %x, 0xbf8[31:16] %x\n", RetryCount , tmpReg, tmpReg… in phy_DigitalPredistortion8723B()
/OK3568_Linux_fs/kernel/drivers/net/wireless/atmel/
H A Datmel.c203 u8 RetryCount; member