Home
last modified time | relevance | path

Searched refs:PCI_CLASS_DISPLAY_VGA (Results 1 – 7 of 7) sorted by relevance

/external/u-boot/drivers/video/
Dvesa.c29 { PCI_DEVICE_CLASS(PCI_CLASS_DISPLAY_VGA << 8, ~0) },
/external/u-boot/drivers/pci/
Dpci_rom.c243 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()
Dpci_auto.c157 if (class == PCI_CLASS_DISPLAY_VGA) in dm_pciauto_setup_device()
Dpci_auto_old.c166 if (class == PCI_CLASS_DISPLAY_VGA) in pciauto_setup_device()
Dpci-uclass.c512 if (pplat->class == (PCI_CLASS_DISPLAY_VGA << 8)) in pci_auto_config_devices()
/external/u-boot/arch/x86/lib/fsp/
Dfsp_graphics.c123 { PCI_DEVICE_CLASS(PCI_CLASS_DISPLAY_VGA << 8, 0xffff00) },
/external/u-boot/include/
Dpci_ids.h35 #define PCI_CLASS_DISPLAY_VGA 0x0300 macro