Home
last modified time | relevance | path

Searched refs:RetryTimes (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c670 UINTN RetryTimes; in OhciSetRootHubPortFeature() local
689 RetryTimes = 0; in OhciSetRootHubPortFeature()
692 RetryTimes++; in OhciSetRootHubPortFeature()
694 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()
696 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()
707 RetryTimes = 0; in OhciSetRootHubPortFeature()
710 RetryTimes++; in OhciSetRootHubPortFeature()
713 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()
715 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()
728 RetryTimes = 0; in OhciSetRootHubPortFeature()
[all …]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c1592 UINTN RetryTimes; in OhciSetRootHubPortFeature() local
1611 RetryTimes = 0; in OhciSetRootHubPortFeature()
1614 RetryTimes++; in OhciSetRootHubPortFeature()
1616 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()
1618 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()
1629 RetryTimes = 0; in OhciSetRootHubPortFeature()
1632 RetryTimes++; in OhciSetRootHubPortFeature()
1635 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()
1637 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()
1650 RetryTimes = 0; in OhciSetRootHubPortFeature()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
DAtapi.c1189 UINTN RetryTimes; in AtapiDetectMedia() local
1210 RetryTimes = 5; in AtapiDetectMedia()
1211 while (RetryTimes != 0) { in AtapiDetectMedia()
1227 RetryTimes--; in AtapiDetectMedia()
1271 RetryTimes--; in AtapiDetectMedia()
1283 RetryTimes = 5; in AtapiDetectMedia()
1285 while (RetryTimes != 0) { in AtapiDetectMedia()
1290 RetryTimes--; in AtapiDetectMedia()
1322 RetryTimes--; in AtapiDetectMedia()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
DOpalAhciMode.c262 IN OUT UINTN *RetryTimes OPTIONAL in AhciCheckMemSet()
267 if (RetryTimes != NULL) { in AhciCheckMemSet()
268 (*RetryTimes)--; in AhciCheckMemSet()
278 if ((RetryTimes != NULL) && (*RetryTimes == 0)) { in AhciCheckMemSet()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
DSdMmcPciHcDxe.h166 UINT64 RetryTimes; member
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DDwMmcHcDxe.h161 UINT64 RetryTimes; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
DSdMmcPciHcDxe.h166 UINT64 RetryTimes; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAtaAtapiPassThru.h137 UINT64 RetryTimes; member
DIdeMode.c1472 Task->RetryTimes--; in AtaUdmStatusCheck()
1491 if (!Task->InfiniteWait && (Task->RetryTimes == 0)) { in AtaUdmStatusCheck()
DAhciMode.c280 Task->RetryTimes--; in AhciCheckMemSet()
290 if ((Task != NULL) && !Task->InfiniteWait && (Task->RetryTimes == 0)) { in AhciCheckMemSet()
DAtaAtapiPassThru.c1373 Task->RetryTimes = DivU64x32(Packet->Timeout, 1000) + 1; in AtaPassThruPassThru()