Searched refs:PCI_CLASS_DISPLAY_VGA (Results 1 – 7 of 7) sorted by relevance
29 { PCI_DEVICE_CLASS(PCI_CLASS_DISPLAY_VGA << 8, ~0) },
243 if (((pplat->class >> 8) ^ PCI_CLASS_DISPLAY_VGA) & 0xff00) { in dm_pci_run_vga_bios()245 PCI_CLASS_DISPLAY_VGA); in dm_pci_run_vga_bios()
157 if (class == PCI_CLASS_DISPLAY_VGA) in dm_pciauto_setup_device()
166 if (class == PCI_CLASS_DISPLAY_VGA) in pciauto_setup_device()
512 if (pplat->class == (PCI_CLASS_DISPLAY_VGA << 8)) in pci_auto_config_devices()
123 { PCI_DEVICE_CLASS(PCI_CLASS_DISPLAY_VGA << 8, 0xffff00) },
35 #define PCI_CLASS_DISPLAY_VGA 0x0300 macro