Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DLocalApic.h135 UINT32 DivideValue2:1; ///< Highest 1 bit of the divide value. member
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c736 Dcr.Bits.DivideValue2 = (Divisor >> 2); in InitializeApicTimer()
784 Divisor = Dcr.Bits.DivideValue1 | (Dcr.Bits.DivideValue2 << 2); in GetApicTimerState()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c831 Dcr.Bits.DivideValue2 = (Divisor >> 2); in InitializeApicTimer()
879 Divisor = Dcr.Bits.DivideValue1 | (Dcr.Bits.DivideValue2 << 2); in GetApicTimerState()