Home
last modified time | relevance | path

Searched refs:PCIB_BCR_VGA_ENABLE (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/pci/
Dpci_pci.c1053 if (sc->bridgectl & (PCIB_BCR_ISA_ENABLE | PCIB_BCR_VGA_ENABLE) || in pcib_attach_common()
1061 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) { in pcib_attach_common()
1539 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) in pcib_alloc_resource()
1676 ok = (sc->bridgectl & PCIB_BCR_VGA_ENABLE) ? 1 : 0; in pcib_alloc_resource()
1729 ok = (sc->bridgectl & PCIB_BCR_VGA_ENABLE) ? 1 : 0; in pcib_alloc_resource()
Dvga_pci.c120 if ((config & PCIB_BCR_VGA_ENABLE) == 0) in vga_pci_is_boot_display()
Dpcireg.h481 #define PCIB_BCR_VGA_ENABLE 0x0008 macro
/freebsd-10-stable/usr.sbin/pciconf/
Dpciconf.c390 bctl & PCIB_BCR_VGA_ENABLE, subtractive); in print_bridge_windows()