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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Pci.h338 #define PCI_MAP_IO_ADDRESS_MASK 0xfffffffc macro
340 #define PCIGETIO(b) ((b) & PCI_MAP_IO_ADDRESS_MASK)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h338 #define PCI_MAP_IO_ADDRESS_MASK 0xfffffffc macro
340 #define PCIGETIO(b) ((b) & PCI_MAP_IO_ADDRESS_MASK)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h310 #define PCI_MAP_IO_ADDRESS_MASK 0xfffffffc macro
312 #define PCIGETIO(b) ((b) & PCI_MAP_IO_ADDRESS_MASK)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Pci.h339 #define PCI_MAP_IO_ADDRESS_MASK 0xfffffffc macro
341 #define PCIGETIO(b) ((b) & PCI_MAP_IO_ADDRESS_MASK)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Pci.h339 #define PCI_MAP_IO_ADDRESS_MASK 0xfffffffc macro
341 #define PCIGETIO(b) ((b) & PCI_MAP_IO_ADDRESS_MASK)

Completed in 1178 milliseconds