Searched refs:mProtectedModeEdgeLevel (Results 1 – 1 of 1) sorted by relevance
42 UINT16 mProtectedModeEdgeLevel = 0x0000; variable258 *ProtectedEdgeLevel = mProtectedModeEdgeLevel; in Interrupt8259GetMask()300 mProtectedModeEdgeLevel = *ProtectedEdgeLevel; in Interrupt8259SetMask()337 Interrupt8259ReadMask (&mProtectedModeMask, &mProtectedModeEdgeLevel); in Interrupt8259SetMode()385 mProtectedModeEdgeLevel = *EdgeLevel; in Interrupt8259SetMode()393 Interrupt8259WriteMask (mProtectedModeMask, mProtectedModeEdgeLevel); in Interrupt8259SetMode()458 mProtectedModeEdgeLevel = (UINT16) (mProtectedModeEdgeLevel | (1 << Irq)); in Interrupt8259EnableIrq()460 mProtectedModeEdgeLevel = (UINT16) (mProtectedModeEdgeLevel & ~(1 << Irq)); in Interrupt8259EnableIrq()463 Interrupt8259WriteMask (mProtectedModeMask, mProtectedModeEdgeLevel); in Interrupt8259EnableIrq()491 mProtectedModeEdgeLevel = (UINT16) (mProtectedModeEdgeLevel & ~(1 << Irq)); in Interrupt8259DisableIrq()[all …]