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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Pci.h300 #define PCI_INTERRUPT_LINE_MASK 0x000000ff macro
302 ((((x) & PCI_INTERRUPT_LINE_MASK) >> 0) & 0xff)
304 (((x) & ~PCI_INTERRUPT_LINE_MASK) | ((v) << 0))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h300 #define PCI_INTERRUPT_LINE_MASK 0x000000ff macro
302 ((((x) & PCI_INTERRUPT_LINE_MASK) >> 0) & 0xff)
304 (((x) & ~PCI_INTERRUPT_LINE_MASK) | ((v) << 0))
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h272 #define PCI_INTERRUPT_LINE_MASK 0x000000ff macro
274 ((((x) & PCI_INTERRUPT_LINE_MASK) >> 0) & 0xff)
276 (((x) & ~PCI_INTERRUPT_LINE_MASK) | ((v) << 0))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Pci.h301 #define PCI_INTERRUPT_LINE_MASK 0x000000ff macro
303 ((((x) & PCI_INTERRUPT_LINE_MASK) >> 0) & 0xff)
305 (((x) & ~PCI_INTERRUPT_LINE_MASK) | ((v) << 0))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Pci.h301 #define PCI_INTERRUPT_LINE_MASK 0x000000ff macro
303 ((((x) & PCI_INTERRUPT_LINE_MASK) >> 0) & 0xff)
305 (((x) & ~PCI_INTERRUPT_LINE_MASK) | ((v) << 0))

Completed in 97 milliseconds