Home | History | Annotate | Download | only in UfsBlockIoPei

Lines Matching refs:Delay

38   UINT64     Delay;

47 Delay = DivU64x32 (Timeout, 10) + 1;
64 Delay--;
66 } while (InfiniteWait || (Delay > 0));