Home
last modified time | relevance | path

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

/dragonfly/sys/bus/pci/
H A Dpci_pci.c417 ok = (sc->bridgectl & PCIB_BCR_VGA_ENABLE) ? 1 : 0; in pcib_alloc_resource()
468 ok = (sc->bridgectl & PCIB_BCR_VGA_ENABLE) ? 1 : 0; in pcib_alloc_resource()
H A Dvga_pci.c120 if ((config & PCIB_BCR_VGA_ENABLE) == 0) in vga_pci_is_boot_display()
H A Dpcireg.h456 #define PCIB_BCR_VGA_ENABLE 0x0008 macro
/dragonfly/usr.sbin/pciconf/
H A Dpciconf.c364 bctl & PCIB_BCR_VGA_ENABLE, subtractive); in print_bridge_windows()