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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Pci.h312 #define PCI_MAP_IO 0x00000001 macro
327 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h312 #define PCI_MAP_IO 0x00000001 macro
327 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h284 #define PCI_MAP_IO 0x00000001 macro
299 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Pci.h313 #define PCI_MAP_IO 0x00000001 macro
328 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Pci.h313 #define PCI_MAP_IO 0x00000001 macro
328 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO)

Completed in 3908 milliseconds