Home | History | Annotate | Download | only in AcpiTimerLib

Lines Matching refs:Delay

85   @param  Delay     A period of time to delay in ticks.

90 IN UINT32 Delay
96 Times = Delay >> 22;
97 Delay &= BIT22 - 1;
102 Ticks = InternalAcpiGetTimerTick () + Delay;
103 Delay = BIT22;
106 // Delay >= 2^23 could not be handled by this function
120 @param MicroSeconds The minimum number of microseconds to delay.
148 @param NanoSeconds The minimum number of nanoseconds to delay.