Home | History | Annotate | Download | only in SmmS3SaveState

Lines Matching refs:Delay

345   UINT64                     Delay;

353 Delay = VA_ARG (Marker, UINT64);
357 // Duration * 1000ns * LoopTimes = Delay * 100ns
359 // so LoopTimes = Delay / 10.
362 Delay,
440 UINT64 Delay;
446 Delay = (UINT64)VA_ARG (Marker, UINT64);
448 return S3BootScriptSaveIoPoll (Width, Address, Data, DataMask, Delay);
469 UINT64 Delay;
476 Delay = (UINT64)VA_ARG (Marker, UINT64);
478 return S3BootScriptSavePciPoll (Width, Address, Data, DataMask, Delay);
500 UINT64 Delay;
507 Delay = (UINT64)VA_ARG (Marker, UINT64);
509 return S3BootScriptSavePci2Poll (Width, Segment, Address, Data, DataMask, Delay);