Searched refs:DivideValue1 (Results 1 – 3 of 3) sorted by relevance
115 UINT32 DivideValue1:2; ///< Low 2 bits of the divide value. member
739 Dcr.Bits.DivideValue1 = (Divisor & 0x3); in InitializeApicTimer()788 Divisor = Dcr.Bits.DivideValue1 | (Dcr.Bits.DivideValue2 << 2); in GetApicTimerState()
834 Dcr.Bits.DivideValue1 = (Divisor & 0x3); in InitializeApicTimer()883 Divisor = Dcr.Bits.DivideValue1 | (Dcr.Bits.DivideValue2 << 2); in GetApicTimerState()