Home
last modified time | relevance | path

Searched refs:PCI_CLASS_DISPLAY (Results 1 – 17 of 17) sorted by relevance

/openbsd/sys/arch/loongson/loongson/
H A Dwscons_machdep.c136 !(PCI_CLASS(class) == PCI_CLASS_DISPLAY && in wscnprobe()
187 !(PCI_CLASS(class) == PCI_CLASS_DISPLAY && in wscninit()
201 if (PCI_CLASS(class) == PCI_CLASS_DISPLAY) { in wscninit()
H A Dmachdep.c321 PCI_CLASS_DISPLAY || in loongson_identify()
/openbsd/sys/dev/pci/
H A Dvga_pcivar.h35 (((PCI_CLASS(class) == PCI_CLASS_DISPLAY && \
H A Dpci_subr.c249 { "display", PCI_CLASS_DISPLAY,
H A Dpcireg.h140 #define PCI_CLASS_DISPLAY 0x03 macro
H A Dagp.c73 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY && in agpvga_match()
H A Dagp_i810.c217 if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY || in agp_i810_probe()
H A Dpci.c568 if ((PCI_CLASS(class) == PCI_CLASS_DISPLAY && in pci_probe_device()
1629 if ((PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY || in pci_primary_vga()
/openbsd/sys/arch/sparc64/dev/
H A Dvgafb.c129 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY && in vgafbmatch()
133 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY && in vgafbmatch()
/openbsd/sys/dev/pci/drm/include/linux/
H A Dpci.h530 ((PCI_CLASS_DISPLAY << 8) | PCI_SUBCLASS_DISPLAY_VGA)
532 ((PCI_CLASS_DISPLAY << 8) | PCI_SUBCLASS_DISPLAY_MISC)
/openbsd/sys/arch/i386/pci/
H A Dpci_addr_fixup.c395 if (PCI_CLASS(class) == PCI_CLASS_DISPLAY) { in pciaddr_device_is_agp()
/openbsd/sys/arch/macppc/pci/
H A Dvgafb.c121 if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY || in vgafb_match()
/openbsd/usr.sbin/pcidump/
H A Dpcidump.c1087 if (addr == 0 && PCI_CLASS(cr) == PCI_CLASS_DISPLAY && in dump_rom()
1337 CLASS(PCI_CLASS_DISPLAY, "Display",
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c3023 if (PCI_CLASS(pa->pa_class) != PCI_CLASS_DISPLAY) in amdgpu_probe()
3081 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY && in amdgpu_attach()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_drv.c985 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY && in radeondrm_attach_kms()
/openbsd/sys/dev/pci/drm/i915/
H A Di915_driver.c2271 if (PCI_CLASS(pa->pa_class) == PCI_CLASS_DISPLAY && in inteldrm_attach()
/openbsd/sys/dev/acpi/
H A Dacpidmar.c1690 if (PCI_CLASS(reg) == PCI_CLASS_DISPLAY && in acpidmar_pci_hook()