Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/MMCHSDxe/
DMMCHS.c141 while (RetryCount < MAX_RETRY_COUNT) { in SendCmd()
166 if (RetryCount == MAX_RETRY_COUNT) { in SendCmd()
464 while (RetryCount < MAX_RETRY_COUNT) { in PerformCardIdenfication()
530 if (RetryCount == MAX_RETRY_COUNT) { in PerformCardIdenfication()
661 while (RetryCount < MAX_RETRY_COUNT) { in ReadBlockData()
682 if (RetryCount == MAX_RETRY_COUNT) { in ReadBlockData()
703 while (RetryCount < MAX_RETRY_COUNT) { in WriteBlockData()
725 if (RetryCount == MAX_RETRY_COUNT) { in WriteBlockData()
877 while (RetryCount < MAX_RETRY_COUNT) { in DmaBlocks()
907 if (RetryCount == MAX_RETRY_COUNT) { in DmaBlocks()
[all …]
DMMCHS.h38 #define MAX_RETRY_COUNT (100*5) macro
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
DMMCHS.c141 while (RetryCount < MAX_RETRY_COUNT) { in SendCmd()
166 if (RetryCount == MAX_RETRY_COUNT) { in SendCmd()
464 while (RetryCount < MAX_RETRY_COUNT) { in PerformCardIdenfication()
530 if (RetryCount == MAX_RETRY_COUNT) { in PerformCardIdenfication()
661 while (RetryCount < MAX_RETRY_COUNT) { in ReadBlockData()
682 if (RetryCount == MAX_RETRY_COUNT) { in ReadBlockData()
703 while (RetryCount < MAX_RETRY_COUNT) { in WriteBlockData()
725 if (RetryCount == MAX_RETRY_COUNT) { in WriteBlockData()
877 while (RetryCount < MAX_RETRY_COUNT) { in DmaBlocks()
907 if (RetryCount == MAX_RETRY_COUNT) { in DmaBlocks()
[all …]
DMMCHS.h38 #define MAX_RETRY_COUNT (100*5) macro
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/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/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/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/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/asus/fugu/libaudio/
DAudioOutput.cpp202 static const int MAX_RETRY_COUNT = 3; in openPCMDevice() local
231 if (retry++ >= MAX_RETRY_COUNT) { in openPCMDevice()
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
DMmcIdentification.c25 #define MAX_RETRY_COUNT 1000 macro
508 Timeout = MAX_RETRY_COUNT; in MmcIdentificationMode()
568 Timeout = MAX_RETRY_COUNT; in MmcIdentificationMode()