Lines Matching refs:RetryCount
121 UINTN RetryCount = 0; in SendCmd() local
145 while (RetryCount < MAX_RETRY_COUNT) { in SendCmd()
167 RetryCount++; in SendCmd()
170 if (RetryCount == MAX_RETRY_COUNT) { in SendCmd()
390 UINTN RetryCount = 0; in PerformCardIdenfication() local
468 while (RetryCount < MAX_RETRY_COUNT) { in PerformCardIdenfication()
531 RetryCount++; in PerformCardIdenfication()
534 if (RetryCount == MAX_RETRY_COUNT) { in PerformCardIdenfication()
535 DEBUG ((EFI_D_ERROR, "Timeout error. RetryCount: %d\n", RetryCount)); in PerformCardIdenfication()
662 UINTN RetryCount = 0; in ReadBlockData() local
665 while (RetryCount < MAX_RETRY_COUNT) { in ReadBlockData()
683 RetryCount++; in ReadBlockData()
686 if (RetryCount == MAX_RETRY_COUNT) { in ReadBlockData()
704 UINTN RetryCount = 0; in WriteBlockData() local
707 while (RetryCount < MAX_RETRY_COUNT) { in WriteBlockData()
726 RetryCount++; in WriteBlockData()
729 if (RetryCount == MAX_RETRY_COUNT) { in WriteBlockData()
755 UINTN RetryCount = 0; in DmaBlocks() local
881 while (RetryCount < MAX_RETRY_COUNT) { in DmaBlocks()
905 RetryCount++; in DmaBlocks()
911 if (RetryCount == MAX_RETRY_COUNT) { in DmaBlocks()
930 UINTN RetryCount = 0; in TransferBlock() local
975 while (RetryCount < MAX_RETRY_COUNT) { in TransferBlock()
997 RetryCount++; in TransferBlock()
1000 if (RetryCount == MAX_RETRY_COUNT) { in TransferBlock()
1127 UINTN RetryCount = 0; in SdReadWrite() local
1186 …while ((RetryCount++ < MAX_RETRY_COUNT) && ((MmioRead32 (MMCHS_PSTATE) & DATI_MASK) != DATI_ALLOWE… in SdReadWrite()
1187 if (RetryCount == MAX_RETRY_COUNT) { in SdReadWrite()