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.c120 if ((config & PCIB_BCR_VGA_ENABLE) == 0) in vga_pci_is_boot_display()
194 if ((config & PCIB_BCR_VGA_ENABLE) == 0) { in vga_pci_map_bios()
195 config |= PCIB_BCR_VGA_ENABLE; in vga_pci_map_bios()
H A Dpcireg.h524 #define PCIB_BCR_VGA_ENABLE 0x0008 macro
H A Dpci_pci.c1509 if (sc->bridgectl & (PCIB_BCR_ISA_ENABLE | PCIB_BCR_VGA_ENABLE) || in pcib_attach_common()
1517 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) { in pcib_attach_common()
2068 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) in pcib_alloc_resource()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c705 bctl & PCIB_BCR_VGA_ENABLE, subtractive); in print_bridge_windows()