Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDControllerDxe/
DSDController.c451 INTN TimeOut2; in SendCommand() local
476 TimeOut2 = 1000; // 10 ms in SendCommand()
487 }while ((TimeOut2-- > 0) && (Data & BIT0)); in SendCommand()
488 TimeOut2 = 1000; // 10 ms in SendCommand()
499 }while ((TimeOut2-- > 0) && (Data & BIT1)); in SendCommand()