Searched refs:PCI_CLASS_DISPLAY_VGA (Results 1 – 6 of 6) sorted by relevance
30 { PCI_DEVICE_CLASS(PCI_CLASS_DISPLAY_VGA << 8, ~0) },
244 if (((pplat->class >> 8) ^ PCI_CLASS_DISPLAY_VGA) & 0xff00) { in dm_pci_run_vga_bios()246 PCI_CLASS_DISPLAY_VGA); in dm_pci_run_vga_bios()
156 if (class == PCI_CLASS_DISPLAY_VGA) in dm_pciauto_setup_device()
166 if (class == PCI_CLASS_DISPLAY_VGA) in pciauto_setup_device()
670 if (pplat->class == (PCI_CLASS_DISPLAY_VGA << 8)) in pci_auto_config_devices()
35 #define PCI_CLASS_DISPLAY_VGA 0x0300 macro