Home
last modified time | relevance | path

Searched refs:PCIC_DISPLAY (Results 1 – 11 of 11) sorted by relevance

/NextBSD/usr.sbin/pciconf/
HDpciconf.c634 {PCIC_DISPLAY, -1, "display"},
635 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, "VGA"},
636 {PCIC_DISPLAY, PCIS_DISPLAY_XGA, "XGA"},
637 {PCIC_DISPLAY, PCIS_DISPLAY_3D, "3D"},
/NextBSD/sys/dev/pci/
HDvga_pci.c87 if ((pci_get_class(dev) != PCIC_DISPLAY && in vga_pci_is_boot_display()
241 case PCIC_DISPLAY: in vga_pci_probe()
HDpcireg.h344 #define PCIC_DISPLAY 0x03 macro
HDpci.c3885 case PCIC_DISPLAY: in pci_resume()
3896 case PCIC_DISPLAY: in pci_resume()
4170 {PCIC_DISPLAY, -1, 1, "display"},
4171 {PCIC_DISPLAY, PCIS_DISPLAY_VGA, 1, "VGA"},
4172 {PCIC_DISPLAY, PCIS_DISPLAY_XGA, 1, "XGA"},
4173 {PCIC_DISPLAY, PCIS_DISPLAY_3D, 1, "3D"},
5415 if (cls == PCIC_DISPLAY || cls == PCIC_MEMORY || in pci_cfg_save()
/NextBSD/sys/dev/drm2/
HDdrm_os_freebsd.c98 if (pci_get_class(kdev) != PCIC_DISPLAY || in drm_probe_helper()
/NextBSD/sys/dev/fb/
HDs3_pci.c447 if ((class != PCIC_DISPLAY) || (subclass != PCIS_DISPLAY_VGA) || in s3pci_probe()
HDmachfb.c1139 if (pci_get_class(dev) != PCIC_DISPLAY || in machfb_pci_probe()
/NextBSD/sys/dev/drm2/radeon/
HDradeon_bios.c208 if ((dev = pci_find_class(PCIC_DISPLAY, PCIS_DISPLAY_VGA)) != NULL) {
/NextBSD/sys/dev/agp/
HDagp.c119 if (pci_get_class(dev) == PCIC_DISPLAY in agp_find_display()
HDagp_i810.c809 if (pci_get_class(dev) != PCIC_DISPLAY in agp_i810_match()
/NextBSD/sys/dev/drm/
HDdrm_drv.c167 if (pci_get_class(kdev) != PCIC_DISPLAY in drm_probe()