Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/
H A Dvesa.c30 { PCI_DEVICE_CLASS(PCI_CLASS_DISPLAY_VGA << 8, ~0) },
/rk3399_rockchip-uboot/drivers/pci/
H A Dpci_rom.c244 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()
H A Dpci_auto.c156 if (class == PCI_CLASS_DISPLAY_VGA) in dm_pciauto_setup_device()
H A Dpci_auto_old.c166 if (class == PCI_CLASS_DISPLAY_VGA) in pciauto_setup_device()
H A Dpci-uclass.c670 if (pplat->class == (PCI_CLASS_DISPLAY_VGA << 8)) in pci_auto_config_devices()
/rk3399_rockchip-uboot/include/
H A Dpci_ids.h35 #define PCI_CLASS_DISPLAY_VGA 0x0300 macro