Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
DOhcPeim.c680 UINTN RetryTimes; in OhciSetRootHubPortFeature() local
699 RetryTimes = 0; in OhciSetRootHubPortFeature()
702 RetryTimes++; in OhciSetRootHubPortFeature()
704 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()
706 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()
717 RetryTimes = 0; in OhciSetRootHubPortFeature()
720 RetryTimes++; in OhciSetRootHubPortFeature()
723 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()
725 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()
738 RetryTimes = 0; in OhciSetRootHubPortFeature()
[all …]
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
DOhci.c1601 UINTN RetryTimes; in OhciSetRootHubPortFeature() local
1620 RetryTimes = 0; in OhciSetRootHubPortFeature()
1623 RetryTimes++; in OhciSetRootHubPortFeature()
1625 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()
1627 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()
1638 RetryTimes = 0; in OhciSetRootHubPortFeature()
1641 RetryTimes++; in OhciSetRootHubPortFeature()
1644 RetryTimes < MAX_RETRY_TIMES); in OhciSetRootHubPortFeature()
1646 if (RetryTimes >= MAX_RETRY_TIMES) { in OhciSetRootHubPortFeature()
1659 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/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAtaAtapiPassThru.h137 UINT64 RetryTimes; member
DAhciMode.c280 Task->RetryTimes--; in AhciCheckMemSet()
290 if ((Task != NULL) && !Task->InfiniteWait && (Task->RetryTimes == 0)) { in AhciCheckMemSet()
DIdeMode.c1453 Task->RetryTimes--; in AtaUdmStatusCheck()
1472 if (!Task->InfiniteWait && (Task->RetryTimes == 0)) { in AtaUdmStatusCheck()
DAtaAtapiPassThru.c1353 Task->RetryTimes = DivU64x32(Packet->Timeout, 1000) + 1; in AtaPassThruPassThru()