Searched defs:PCI_INTERRUPT_PIN_MASK (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Pci.h291 #define PCI_INTERRUPT_PIN_MASK 0x0000ff00 macro
293 ((((x) & PCI_INTERRUPT_PIN_MASK) >> 8) & 0xff)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h291 #define PCI_INTERRUPT_PIN_MASK 0x0000ff00 macro
293 ((((x) & PCI_INTERRUPT_PIN_MASK) >> 8) & 0xff)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h263 #define PCI_INTERRUPT_PIN_MASK 0x0000ff00 macro
265 ((((x) & PCI_INTERRUPT_PIN_MASK) >> 8) & 0xff)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Pci.h292 #define PCI_INTERRUPT_PIN_MASK 0x0000ff00 macro
294 ((((x) & PCI_INTERRUPT_PIN_MASK) >> 8) & 0xff)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Pci.h292 #define PCI_INTERRUPT_PIN_MASK 0x0000ff00 macro
294 ((((x) & PCI_INTERRUPT_PIN_MASK) >> 8) & 0xff)

Completed in 64 milliseconds