Home
last modified time | relevance | path

Searched refs:MAX_RETRY_COUNT (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
DMMCHS.c145 while (RetryCount < MAX_RETRY_COUNT) { in SendCmd()
170 if (RetryCount == MAX_RETRY_COUNT) { in SendCmd()
468 while (RetryCount < MAX_RETRY_COUNT) { in PerformCardIdenfication()
534 if (RetryCount == MAX_RETRY_COUNT) { in PerformCardIdenfication()
665 while (RetryCount < MAX_RETRY_COUNT) { in ReadBlockData()
686 if (RetryCount == MAX_RETRY_COUNT) { in ReadBlockData()
707 while (RetryCount < MAX_RETRY_COUNT) { in WriteBlockData()
729 if (RetryCount == MAX_RETRY_COUNT) { in WriteBlockData()
881 while (RetryCount < MAX_RETRY_COUNT) { in DmaBlocks()
911 if (RetryCount == MAX_RETRY_COUNT) { in DmaBlocks()
[all …]
DMMCHS.h38 #define MAX_RETRY_COUNT (100*5) macro
/device/linaro/bootloader/edk2/Omap35xxPkg/MmcHostDxe/
DMmcHostDxe.c373 while (RetryCount < MAX_RETRY_COUNT) { in MMCSendCommand()
398 if (RetryCount == MAX_RETRY_COUNT) { in MMCSendCommand()
574 while (RetryCount < MAX_RETRY_COUNT) { in MMCReadBlockData()
594 if (RetryCount == MAX_RETRY_COUNT) { in MMCReadBlockData()
614 while (RetryCount < MAX_RETRY_COUNT) { in MMCWriteBlockData()
636 if (RetryCount == MAX_RETRY_COUNT) { in MMCWriteBlockData()
DMmcHostDxe.h40 #define MAX_RETRY_COUNT (100*5) macro
/device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
DFlash.h84 #define MAX_RETRY_COUNT 1500 macro
DFlash.c296 UINTN Timeout = MAX_RETRY_COUNT; in NandReadPage()
364 UINTN Timeout = MAX_RETRY_COUNT; in NandWritePage()
437 UINTN Timeout = MAX_RETRY_COUNT; in NandEraseBlock()
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
DMmcIdentification.c25 #define MAX_RETRY_COUNT 1000 macro
507 Timeout = MAX_RETRY_COUNT; in MmcIdentificationMode()
567 Timeout = MAX_RETRY_COUNT; in MmcIdentificationMode()