Home
last modified time | relevance | path

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

/reactos/win32ss/drivers/videoprt/
H A Dinterrupt.c120 BOOLEAN InterruptValid; in VideoPortEnableInterrupt() local
133 InterruptValid = HalEnableSystemInterrupt(DeviceExtension->InterruptVector, in VideoPortEnableInterrupt()
138 ASSERT(InterruptValid == TRUE); in VideoPortEnableInterrupt()
/reactos/drivers/storage/port/buslogic/
H A DBusLogic958.h1000 BOOLEAN InterruptValid:1; // Bit 7 member
H A DBusLogic958.c2005 if (InterruptRegister.Bits.InterruptValid) in BT958HwInterrupt()