Home
last modified time | relevance | path

Searched refs:PCIB_BCR_ISA_ENABLE (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/pci/
HDpci_pci.c235 if (!(sc->bridgectl & PCIB_BCR_ISA_ENABLE)) in pcib_is_isa_range()
427 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE) in pcib_alloc_window()
1662 if (sc->bridgectl & (PCIB_BCR_ISA_ENABLE | PCIB_BCR_VGA_ENABLE) || in pcib_attach_common()
1666 if (sc->bridgectl & PCIB_BCR_ISA_ENABLE) { in pcib_attach_common()
1898 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_alloc_new_window()
1979 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_expand_window()
2015 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_expand_window()
2068 if (sc->bridgectl & PCIB_BCR_ISA_ENABLE && count > 0x100 && in pcib_grow_window()
HDpcireg.h520 #define PCIB_BCR_ISA_ENABLE 0x0004 macro
/freebsd-11-stable/usr.sbin/pciconf/
HDpciconf.c389 print_special_decode(bctl & PCIB_BCR_ISA_ENABLE, in print_bridge_windows()