Searched refs:retryCount (Results 1 – 3 of 3) sorted by relevance
749 const u32 retryCount = 2; in _PHY_IQCalibrate() local806 for (i = 0 ; i < retryCount ; i++) { in _PHY_IQCalibrate()815 } else if (i == (retryCount-1) && PathAOK == 0x01) { in _PHY_IQCalibrate()834 for (i = 0 ; i < retryCount ; i++) { in _PHY_IQCalibrate()843 } else if (i == (retryCount - 1) && PathBOK == 0x01) { in _PHY_IQCalibrate()
7240 u8 retryCount = 0; in btdm_2AntTdmaDurationAdjust() local7272 retryCount = pHalData->bt_coexist.halCoex8723.btRetryCnt; in btdm_2AntTdmaDurationAdjust()7273 RTPRINT(FBT, BT_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); in btdm_2AntTdmaDurationAdjust()7277 if (retryCount == 0) { /* no retry in the last 2-second duration */ in btdm_2AntTdmaDurationAdjust()7292 } else if (retryCount <= 3) { /* <= 3 retry in the last 2-second duration */ in btdm_2AntTdmaDurationAdjust()
527 u32 retryCount; in snd_korg1212_Send1212Command() local538 for (retryCount = 0; retryCount < MAX_COMMAND_RETRIES; retryCount++) { in snd_korg1212_Send1212Command()570 korg1212->cmdRetryCount += retryCount; in snd_korg1212_Send1212Command()572 if (retryCount >= MAX_COMMAND_RETRIES) { in snd_korg1212_Send1212Command()