Home
last modified time | relevance | path

Searched refs:retryCount (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8723au/hal/
DHalDMOutSrc8723A_CE.c749 const u32 retryCount = 2; in _PHY_IQCalibrate() local
806 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()
Drtl8723a_bt-coexist.c7236 u8 retryCount = 0; in btdm_2AntTdmaDurationAdjust() local
7268 retryCount = pHalData->bt_coexist.halCoex8723.btRetryCnt; in btdm_2AntTdmaDurationAdjust()
7269 RTPRINT(FBT, BT_TRACE, ("[BTCoex], retryCount = %d\n", retryCount)); in btdm_2AntTdmaDurationAdjust()
7273 if (retryCount == 0) { /* no retry in the last 2-second duration */ in btdm_2AntTdmaDurationAdjust()
7288 } else if (retryCount <= 3) { /* <= 3 retry in the last 2-second duration */ in btdm_2AntTdmaDurationAdjust()
/linux-4.4.14/sound/pci/korg1212/
Dkorg1212.c527 u32 retryCount; in snd_korg1212_Send1212Command() local
538 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()