Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/pci/
HDpci_pci.c263 if (!(sc->bridgectl & PCIB_BCR_ISA_ENABLE)) in pcib_is_isa_range()
455 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE) in pcib_alloc_window()
1582 sc->bridgectl = pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in pcib_attach_common()
1722 if (sc->bridgectl & (PCIB_BCR_ISA_ENABLE | PCIB_BCR_VGA_ENABLE) || in pcib_attach_common()
1726 if (sc->bridgectl & PCIB_BCR_ISA_ENABLE) { in pcib_attach_common()
1730 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) { in pcib_attach_common()
1964 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_alloc_new_window()
2045 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_expand_window()
2081 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_expand_window()
2134 if (sc->bridgectl & PCIB_BCR_ISA_ENABLE && count > 0x100 && in pcib_grow_window()
[all …]
HDpcib_private.h131 uint16_t bridgectl; /* bridge control register */ member
HDpcivar.h236 uint16_t bridgectl; /* bridge control register */ member
253 uint16_t bridgectl; /* bridge control register */ member