Searched defs:PCI_MAP_ROM_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.h343 #define PCI_MAP_ROM_ADDRESS_MASK 0xfffff800 macro
345 #define PCIGETROM(b) ((b) & PCI_MAP_ROM_ADDRESS_MASK)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Pci.h343 #define PCI_MAP_ROM_ADDRESS_MASK 0xfffff800 macro
345 #define PCIGETROM(b) ((b) & PCI_MAP_ROM_ADDRESS_MASK)
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A Dxf86Pci.h315 #define PCI_MAP_ROM_ADDRESS_MASK 0xfffff800 macro
317 #define PCIGETROM(b) ((b) & PCI_MAP_ROM_ADDRESS_MASK)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86Pci.h344 #define PCI_MAP_ROM_ADDRESS_MASK 0xfffff800 macro
346 #define PCIGETROM(b) ((b) & PCI_MAP_ROM_ADDRESS_MASK)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86Pci.h344 #define PCI_MAP_ROM_ADDRESS_MASK 0xfffff800 macro
346 #define PCIGETROM(b) ((b) & PCI_MAP_ROM_ADDRESS_MASK)

Completed in 66 milliseconds