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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A DPci.h192 #define PCI_CPU(val) (((val >> 24) & 0x000000ff) | \ macro
199 #define PCI_CPU(val) (val) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A DPci.h192 #define PCI_CPU(val) (((val >> 24) & 0x000000ff) | \ macro
199 #define PCI_CPU(val) (val) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/bus/
H A DPci.h164 #define PCI_CPU(val) (((val >> 24) & 0x000000ff) | \ macro
169 #define PCI_CPU(val) (val) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A DPci.h193 #define PCI_CPU(val) (((val >> 24) & 0x000000ff) | \ macro
200 #define PCI_CPU(val) (val) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A DPci.h193 #define PCI_CPU(val) (((val >> 24) & 0x000000ff) | \ macro
200 #define PCI_CPU(val) (val) macro

Completed in 39 milliseconds