HomeSort by relevance Sort by last modified time
    Searched refs:InfiniteWait (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
IdeMode.c 358 BOOLEAN InfiniteWait;
364 InfiniteWait = TRUE;
366 InfiniteWait = FALSE;
391 } while (InfiniteWait || (Delay > 0));
421 BOOLEAN InfiniteWait;
427 InfiniteWait = TRUE;
429 InfiniteWait = FALSE;
454 } while (InfiniteWait || (Delay > 0));
488 BOOLEAN InfiniteWait;
494 InfiniteWait = TRUE;
    [all...]
AhciMode.c 161 BOOLEAN InfiniteWait;
164 InfiniteWait = TRUE;
166 InfiniteWait = FALSE;
188 } while (InfiniteWait || (Delay > 0));
216 BOOLEAN InfiniteWait;
219 InfiniteWait = TRUE;
221 InfiniteWait = FALSE;
249 } while (InfiniteWait || (Delay > 0));
290 if ((Task != NULL) && !Task->InfiniteWait && (Task->RetryTimes == 0)) {
707 BOOLEAN InfiniteWait;
    [all...]
AtaAtapiPassThru.h 138 BOOLEAN InfiniteWait;
    [all...]
AtaAtapiPassThru.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c 39 BOOLEAN InfiniteWait;
42 InfiniteWait = TRUE;
44 InfiniteWait = FALSE;
66 } while (InfiniteWait || (Delay > 0));
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.c 104 BOOLEAN InfiniteWait;
108 InfiniteWait = TRUE;
110 InfiniteWait = FALSE;
137 } while (InfiniteWait || (Delay > 0));
    [all...]

Completed in 184 milliseconds