Home
last modified time | relevance | path

Searched refs:MultU64x32 (Results 1 – 25 of 151) sorted by relevance

1234567

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DMultU64x32.S28 .globl ASM_PFX(MultU64x32)
30 #MultU64x32 (
52 ASM_PFX(MultU64x32):
70 #MultU64x32 ENDP
DMultU64x32.asm29 ;MultU64x32 (
51 MultU64x32 PROC label
69 MultU64x32 ENDP
DPower10U64.asm28 MultU64x32 PROTO C label
32 ;MultU64x32 (
71 call MultU64x32
DPower10U64.c25 MultU64x32 (
63 call MultU64x32 in Power10U64()
DPower10U64.S33 #MultU64x32 (
72 call ASM_PFX(MultU64x32)
/device/linaro/bootloader/edk2/OvmfPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c82 MultU64x32 ( in MicroSecondDelay()
110 MultU64x32 ( in NanoSecondDelay()
207 …NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, ACPI_TIMER_FREQUENCY, &Remainder), 1000000000… in GetTimeInNanoSecond()
213 NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), ACPI_TIMER_FREQUENCY); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/IntelPchAcpiTimerLib/
DIntelPchAcpiTimerLib.c133 MultU64x32 ( in MicroSecondDelay()
161 MultU64x32 ( in NanoSecondDelay()
258 …NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, V_PCH_ACPI_PM1_TMR_FREQUENCY, &Remainder), 10… in GetTimeInNanoSecond()
264 …NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), V_PCH_ACPI_PM1_TMR_FREQUEN… in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
DEmmcBlockIoPei.c759 Capacity = MultU64x32 ((UINT64)SecCount, 0x200); in InitializeEmmcBlockIoPeim()
770 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in InitializeEmmcBlockIoPeim()
774 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in InitializeEmmcBlockIoPeim()
778 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in InitializeEmmcBlockIoPeim()
782 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in InitializeEmmcBlockIoPeim()
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetTimerLib/
DX86TimerLib.c135 MultU64x32 ( in MicroSecondDelay()
167 MultU64x32 ( in NanoSecondDelay()
272 NanoSeconds = MultU64x32 (DivU64x32Remainder (Ticks, 3579545, &Remainder), 1000000000u); in GetTimeInNanoSecond()
278 NanoSeconds += DivU64x32 (MultU64x32 ((UINT64) Remainder, 1000000000u), 3579545); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/PerformancePkg/Library/TscTimerLib/
DTscTimerLibShare.c84 TscFrequency = MultU64x32 ( in InternalCalculateTscFrequency()
161 MultU64x32 ( in NanoSecondDelay()
262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/CorebootPayloadPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c133 MultU64x32 ( in MicroSecondDelay()
161 MultU64x32 ( in NanoSecondDelay()
262 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
272 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/FatPkg/FatPei/
DFatLiteAccess.c154 Volume->VolumeSize = MultU64x32 (Sectors, Volume->SectorSize); in FatGetBpbInfo()
155 Volume->FatPos = MultU64x32 (FatLba, Volume->SectorSize); in FatGetBpbInfo()
156 Volume->RootDirPos = MultU64x32 (RootLba, Volume->SectorSize); in FatGetBpbInfo()
157 Volume->FirstClusterPos = MultU64x32 (FirstClusterLba, Volume->SectorSize); in FatGetBpbInfo()
205 FatEntryPos = Volume->FatPos + MultU64x32 (4, Cluster); in FatGetNextCluster()
218 FatEntryPos = Volume->FatPos + MultU64x32 (2, Cluster); in FatGetNextCluster()
230 FatEntryPos = Volume->FatPos + DivU64x32Remainder (MultU64x32 (3, Cluster), 2, &Dummy); in FatGetNextCluster()
284 if (Pos >= MultU64x32 (File->Volume->RootEntries, 32) - File->CurrentPos) { in FatSetFilePos()
289 …File->StraightReadAmount = (UINT32) (MultU64x32 (File->Volume->RootEntries, 32) - File->CurrentPos… in FatSetFilePos()
403 …PhysicalAddr = File->Volume->FirstClusterPos + MultU64x32 (File->Volume->ClusterSize, File->Curre… in FatReadFile()
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Library/AcpiTimerLib/
DAcpiTimerLib.c196 MultU64x32 ( in MicroSecondDelay()
224 MultU64x32 ( in NanoSecondDelay()
324 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
334 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
388 TscFrequency = MultU64x32 ( in InternalCalculateTscFrequency()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
DCEATABlockIo.c103 Address = MultU64x32(LBA, CardData->BlockIoMedia.BlockSize); in CEATABlockReadBlocks()
129 …if ((Address + BufferSize) > MultU64x32 (CardData->BlockIoMedia.LastBlock + 1, CardData->BlockIoMe… in CEATABlockReadBlocks()
213 Address = MultU64x32(LBA, CardData->BlockIoMedia.BlockSize); in CEATABlockWriteBlocks()
242 …if ((Address + BufferSize) > MultU64x32 (CardData->BlockIoMedia.LastBlock + 1, CardData->BlockIoMe… in CEATABlockWriteBlocks()
380 MaxSize = MultU64x32 (MaxSize, 512); in CEATABlockIoInit()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeTimerLibEsal/
DDxeTimerLibEsal.c210 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
220 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/SecPeiDxeTimerLibUefiCpu/
DIpfTimerLib.c203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
DX86TimerLib.c253 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
263 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/MdePkg/Library/SecPeiDxeTimerLibCpu/
DIpfTimerLib.c203 NanoSeconds = MultU64x32 (DivU64x64Remainder (Ticks, Frequency, &Remainder), 1000000000u); in GetTimeInNanoSecond()
213 NanoSeconds += DivU64x64Remainder (MultU64x32 (Remainder, 1000000000u), Frequency, NULL); in GetTimeInNanoSecond()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/PartitionDxe/
DGpt.c335 MultU64x32(PrimaryHeader->PartitionEntryLBA, BlockSize), in PartitionInstallGptChildHandles()
398 DEBUG ((EFI_D_INFO, " Start : %lx", MultU64x32 (Entry->StartingLBA, BlockSize))); in PartitionInstallGptChildHandles()
399 DEBUG ((EFI_D_INFO, " End : %lx\n", MultU64x32 (Entry->EndingLBA, BlockSize))); in PartitionInstallGptChildHandles()
482 MultU64x32 (Lba, BlockSize), in PartitionValidGptTable()
556 MultU64x32(PartHeader->PartitionEntryLBA, BlockIo->Media->BlockSize), in PartitionCheckGptEntryArrayCRC()
633 MultU64x32 (PartHdr->MyLBA, (UINT32) BlockSize), in PartitionRestoreGptTable()
651 MultU64x32(PartHeader->PartitionEntryLBA, (UINT32) BlockSize), in PartitionRestoreGptTable()
662 MultU64x32(PEntryLBA, (UINT32) BlockSize), in PartitionRestoreGptTable()
DElTorito.c93 VolDescriptorOffset <= MultU64x32 (Media->LastBlock, Media->BlockSize); in PartitionInstallElToritoChildHandles()
143 MultU64x32 (Lba2KB, SIZE_2KB), in PartitionInstallElToritoChildHandles()
243 MultU64x32 ( in PartitionInstallElToritoChildHandles()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcDxe/
DEmmcDxe.c343 Capacity = MultU64x32 ((UINT64) SecCount, 0x200); in DiscoverAllPartitions()
354 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in DiscoverAllPartitions()
358 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in DiscoverAllPartitions()
362 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in DiscoverAllPartitions()
366 …Capacity = MultU64x32 (MultU64x32 (MultU64x32 ((UINT64)GpSizeMult, ExtCsd->HcWpGrpSize), ExtCsd->H… in DiscoverAllPartitions()
/device/linaro/bootloader/edk2/EmulatorPkg/TimerDxe/
DTimer.c77 CallbackFunction (MultU64x32 (DeltaMs, 10000)); in TimerCallback()
249 *TimerPeriod = MultU64x32 (mTimerPeriodMs, 10000); in EmuTimerDriverGetTimerPeriod()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/
DMultU64x32.c36 MultU64x32 ( in MultU64x32() function
/device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/SP805WatchdogDxe/
DSP805Watchdog.c213 …Ticks64bit = DivU64x32(MultU64x32(TimerPeriod, (UINTN)PcdGet32(PcdSP805WatchdogClockFrequencyInHz)… in SP805SetTimerPeriod()
275 ReturnValue = MultU64x32( MmioRead32(SP805_WDOG_LOAD_REG), 600 ); in SP805GetTimerPeriod()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
DEfiCommonLib_Edk2.inf44 Ia32/MultU64x32.c | MSFT
55 Ia32/MultU64x32.S | GCC
69 Ia32/MultU64x32.asm | INTEL

1234567