Home | History | Annotate | Download | only in AcpiTimerLib

Lines Matching refs:Delay

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

151 IN UINT32 Delay
159 Times = Delay >> 22;
160 Delay &= BIT22 - 1;
165 Ticks = IoBitFieldRead32 (Port, 0, 23) + Delay;
166 Delay = BIT22;
169 // Delay >= 2^23 could not be handled by this function
183 @param MicroSeconds The minimum number of microseconds to delay.
211 @param NanoSeconds The minimum number of nanoseconds to delay.