Home
last modified time | relevance | path

Searched refs:MicroSeconds (Results 1 – 25 of 33) sorted by relevance

12

/device/linaro/bootloader/edk2/ArmPkg/Library/ArmArchTimerLib/
DArmArchTimerLib.c91 IN UINTN MicroSeconds in MicroSecondDelay() argument
119 MicroSeconds, in MicroSecondDelay()
135 return MicroSeconds; in MicroSecondDelay()
158 UINTN MicroSeconds; in NanoSecondDelay() local
161 MicroSeconds = NanoSeconds / 1000; in NanoSecondDelay()
162 MicroSeconds += ((NanoSeconds % 1000) == 0) ? 0 : 1; in NanoSecondDelay()
164 MicroSecondDelay (MicroSeconds); in NanoSecondDelay()
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/SP804TimerLib/
DSP804TimerLib.c90 IN UINTN MicroSeconds in MicroSecondDelay() argument
103 DelayTicks64 = MultU64x32((UINT64)MicroSeconds, PcdGet32(PcdSP804TimerFrequencyInMHz)); in MicroSecondDelay()
112 MicroSeconds, in MicroSecondDelay()
157 return MicroSeconds; in MicroSecondDelay()
179 UINTN MicroSeconds; in NanoSecondDelay() local
182 MicroSeconds = NanoSeconds / 1000; in NanoSecondDelay()
183 MicroSeconds += ((NanoSeconds % 1000) == 0) ? 0 : 1; in NanoSecondDelay()
185 MicroSecondDelay (MicroSeconds); in NanoSecondDelay()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DDxeTimerLibEsal.c39 IN UINTN MicroSeconds in MicroSecondDelay() argument
46 MicroSeconds, in MicroSecondDelay()
54 return MicroSeconds; in MicroSecondDelay()
74 UINT64 MicroSeconds; in NanoSecondDelay() local
81 MicroSeconds = DivU64x32 (NanoSeconds + 999, 1000); in NanoSecondDelay()
86 MicroSeconds, in NanoSecondDelay()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseS3StallLib/
DS3StallLib.c41 IN UINTN MicroSeconds in S3Stall() argument
46 Status = S3BootScriptSaveStall (MicroSecondDelay (MicroSeconds)); in S3Stall()
49 return MicroSeconds; in S3Stall()
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetTimerLib/
DX86TimerLib.c125 IN UINTN MicroSeconds in MicroSecondDelay() argument
130 return MicroSeconds; in MicroSecondDelay()
136 MicroSeconds, in MicroSecondDelay()
142 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ipf/
DIpfTimerLib.c73 IN UINTN MicroSeconds in MicroSecondDelay() argument
78 MicroSeconds / in MicroSecondDelay()
81 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/OvmfPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c77 IN UINTN MicroSeconds in MicroSecondDelay() argument
83 MicroSeconds, in MicroSecondDelay()
89 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/
DIntelPchAcpiTimerLib.c128 IN UINTN MicroSeconds in MicroSecondDelay()
134 MicroSeconds, in MicroSecondDelay()
140 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/
DX86TimerLib.c162 IN UINTN MicroSeconds in MicroSecondDelay() argument
173 MicroSeconds in MicroSecondDelay()
178 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
DI2CDelayPei.c35 IN UINTN MicroSeconds in MicroSecondDelay() argument
49 StallPpi->Stall (PeiServices, StallPpi, MicroSeconds); in MicroSecondDelay()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
DIpfTimerLib.c64 IN UINTN MicroSeconds in MicroSecondDelay() argument
69 MicroSeconds / in MicroSecondDelay()
72 return MicroSeconds; in MicroSecondDelay()
DX86TimerLib.c120 IN UINTN MicroSeconds in MicroSecondDelay() argument
127 MicroSeconds in MicroSecondDelay()
132 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
DIpfTimerLib.c64 IN UINTN MicroSeconds in MicroSecondDelay() argument
69 MicroSeconds / in MicroSecondDelay()
72 return MicroSeconds; in MicroSecondDelay()
DX86TimerLib.c217 IN UINTN MicroSeconds in MicroSecondDelay() argument
228 MicroSeconds in MicroSecondDelay()
233 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseTimerLibLocalApic/Ebc/
DEbcTimerLib.c42 IN UINTN MicroSeconds in MicroSecondDelay() argument
49 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/Omap35xxPkg/Library/Omap35xxTimerLib/
DTimerLib.c60 IN UINTN MicroSeconds in MicroSecondDelay() argument
65 NanoSeconds = MultU64x32(MicroSeconds, 1000); in MicroSecondDelay()
74 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/Library/Omap35xxTimerLib/
DTimerLib.c60 IN UINTN MicroSeconds in MicroSecondDelay() argument
65 NanoSeconds = MultU64x32(MicroSeconds, 1000); in MicroSecondDelay()
74 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseTimerLibNullTemplate/
DTimerLibNull.c32 IN UINTN MicroSeconds in MicroSecondDelay() argument
36 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeCoreTimerLib/
DDxeCoreTimerLib.c39 IN UINTN MicroSeconds in MicroSecondDelay() argument
42 return NanoSecondDelay (MicroSeconds * 1000); in MicroSecondDelay()
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DTscTimerLibShare.c131 IN UINTN MicroSeconds in MicroSecondDelay() argument
138 MicroSeconds in MicroSecondDelay()
143 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c128 IN UINTN MicroSeconds in MicroSecondDelay() argument
134 MicroSeconds, in MicroSecondDelay()
140 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c191 IN UINTN MicroSeconds in MicroSecondDelay() argument
197 MicroSeconds, in MicroSecondDelay()
203 return MicroSeconds; in MicroSecondDelay()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/PeiTimerLib/
DPeiTimerLib.c36 IN UINTN MicroSeconds in MicroSecondDelay() argument
39 return NanoSecondDelay (MicroSeconds * 1000); in MicroSecondDelay()
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeTimerLib/
DDxeTimerLib.c70 IN UINTN MicroSeconds in MicroSecondDelay() argument
73 return NanoSecondDelay (MicroSeconds * 1000); in MicroSecondDelay()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/SnpDxe/
DCallback.c69 IN UINT64 MicroSeconds in SnpUndi32CallbackDelay() argument
72 if (MicroSeconds != 0) { in SnpUndi32CallbackDelay()
73 gBS->Stall ((UINTN) MicroSeconds); in SnpUndi32CallbackDelay()

12