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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Pci.h327 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO) macro
328 #define PCI_MAP_IS_MEM(b) (!PCI_MAP_IS_IO(b))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h327 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO) macro
328 #define PCI_MAP_IS_MEM(b) (!PCI_MAP_IS_IO(b))
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h299 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO) macro
300 #define PCI_MAP_IS_MEM(b) (!PCI_MAP_IS_IO(b))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Pci.h328 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO) macro
329 #define PCI_MAP_IS_MEM(b) (!PCI_MAP_IS_IO(b))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Pci.h328 #define PCI_MAP_IS_IO(b) ((b) & PCI_MAP_IO) macro
329 #define PCI_MAP_IS_MEM(b) (!PCI_MAP_IS_IO(b))

Completed in 69 milliseconds