Home
last modified time | relevance | path

Searched refs:DivideValue1 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DLocalApic.h133 UINT32 DivideValue1:2; ///< Low 2 bits of the divide value. member
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c735 Dcr.Bits.DivideValue1 = (Divisor & 0x3); in InitializeApicTimer()
784 Divisor = Dcr.Bits.DivideValue1 | (Dcr.Bits.DivideValue2 << 2); in GetApicTimerState()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c830 Dcr.Bits.DivideValue1 = (Divisor & 0x3); in InitializeApicTimer()
879 Divisor = Dcr.Bits.DivideValue1 | (Dcr.Bits.DivideValue2 << 2); in GetApicTimerState()