Home
last modified time | relevance | path

Searched refs:BusyStall (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/Omap35xxPkg/Flash/
DFlash.c542 UINTN BusyStall = 50; // microSeconds in NandFlashReset() local
543 UINTN ResetBusyTimeout = (1000000 / BusyStall); // 1 Second in NandFlashReset()
561 gBS->Stall(BusyStall); in NandFlashReset()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Flash/
DFlash.c542 UINTN BusyStall = 50; // microSeconds in NandFlashReset() local
543 UINTN ResetBusyTimeout = (1000000 / BusyStall); // 1 Second in NandFlashReset()
561 gBS->Stall(BusyStall); in NandFlashReset()