Lines Matching refs:RetryCount
341 UINTN RetryCount = 0; in MMCSendCommand() local
373 while (RetryCount < MAX_RETRY_COUNT) { in MMCSendCommand()
395 RetryCount++; in MMCSendCommand()
398 if (RetryCount == MAX_RETRY_COUNT) { in MMCSendCommand()
569 UINTN RetryCount = 0; in MMCReadBlockData() local
574 while (RetryCount < MAX_RETRY_COUNT) { in MMCReadBlockData()
591 RetryCount++; in MMCReadBlockData()
594 if (RetryCount == MAX_RETRY_COUNT) { in MMCReadBlockData()
611 UINTN RetryCount = 0; in MMCWriteBlockData() local
614 while (RetryCount < MAX_RETRY_COUNT) { in MMCWriteBlockData()
633 RetryCount++; in MMCWriteBlockData()
636 if (RetryCount == MAX_RETRY_COUNT) { in MMCWriteBlockData()