Searched refs:PCI_CLASS_DISPLAY (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
H A Dxf86Pci.h146 #define PCI_CLASS_DISPLAY 0x03 macro
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
H A Dxf86Pci.h145 #define PCI_CLASS_DISPLAY 0x03 macro
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86pciBus.c58 || (((c) & 0x00ff0000) == (PCI_CLASS_DISPLAY << 16)) \
71 || (((c) & 0x00ff0000) == (PCI_CLASS_DISPLAY << 16)) \
77 == ((PCI_CLASS_DISPLAY << 16) | (PCI_SUBCLASS_DISPLAY_VGA << 8)))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86pciBus.c59 || (((c) & 0x00ff0000) == (PCI_CLASS_DISPLAY << 16)) \
72 || (((c) & 0x00ff0000) == (PCI_CLASS_DISPLAY << 16)) \
78 == ((PCI_CLASS_DISPLAY << 16) | (PCI_SUBCLASS_DISPLAY_VGA << 8)))
/xsrc/external/mit/libpciaccess/dist/src/
H A Dopenbsd_pci.c138 ((PCI_CLASS_DISPLAY << 16) |
712 (PCI_CLASS_DISPLAY << 16) | (PCI_SUBCLASS_DISPLAY_VGA << 8),
H A Dnetbsd_pci.c451 if (((priv->base.device_class >> 16) & 0xff) != PCI_CLASS_DISPLAY ||
/xsrc/external/mit/xf86-video-nv/dist/src/
H A Dnv_driver.c91 PCI_CLASS_DISPLAY << LIBPCIACCESS_CLASS_SHIFT, LIBPCIACCESS_CLASS_MASK, 0 },
94 PCI_CLASS_DISPLAY << LIBPCIACCESS_CLASS_SHIFT, LIBPCIACCESS_CLASS_MASK, 0 },

Completed in 12 milliseconds