Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_pci.c253 if (!(sc->bridgectl & PCIB_BCR_ISA_ENABLE)) in pcib_is_isa_range()
445 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE) in pcib_alloc_window()
1410 sc->bridgectl = pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in pcib_attach_common()
1491 if (sc->bridgectl & (PCIB_BCR_ISA_ENABLE | PCIB_BCR_VGA_ENABLE) || in pcib_attach_common()
1495 if (sc->bridgectl & PCIB_BCR_ISA_ENABLE) { in pcib_attach_common()
1499 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) { in pcib_attach_common()
1713 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_alloc_new_window()
1794 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_expand_window()
1830 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_expand_window()
1883 if (sc->bridgectl & PCIB_BCR_ISA_ENABLE && count > 0x100 && in pcib_grow_window()
[all …]
H A Dpcib_private.h116 uint16_t bridgectl; /* bridge control register */ member
H A Dpcivar.h237 uint16_t bridgectl; /* bridge control register */ member
254 uint16_t bridgectl; /* bridge control register */ member