Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dvga_pci.c121 if ((config & PCIB_BCR_VGA_ENABLE) == 0) in vga_pci_is_boot_display()
196 if ((config & PCIB_BCR_VGA_ENABLE) == 0) { in vga_pci_map_bios()
197 config |= PCIB_BCR_VGA_ENABLE; in vga_pci_map_bios()
H A Dpci_pci.c1726 if (sc->bridgectl & (PCIB_BCR_ISA_ENABLE | PCIB_BCR_VGA_ENABLE) || in pcib_attach_common()
1734 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) { in pcib_attach_common()
2301 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) in pcib_alloc_resource()
2604 ok = (sc->bridgectl & PCIB_BCR_VGA_ENABLE) ? 1 : 0; in pcib_alloc_resource()
2657 ok = (sc->bridgectl & PCIB_BCR_VGA_ENABLE) ? 1 : 0; in pcib_alloc_resource()
H A Dpcireg.h523 #define PCIB_BCR_VGA_ENABLE 0x0008 macro
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c425 bctl & PCIB_BCR_VGA_ENABLE, subtractive); in print_bridge_windows()