Searched refs:bridgectl (Results 1 – 4 of 4) sorted by relevance
200 if (!(sc->bridgectl & PCIB_BCR_ISA_ENABLE)) in pcib_is_isa_range()392 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE) in pcib_alloc_window()674 sc->bridgectl = pci_read_config(dev, PCIR_BRIDGECTL_1, 2); in pcib_cfg_save()698 pci_write_config(dev, PCIR_BRIDGECTL_1, sc->bridgectl, 2); in pcib_cfg_restore()857 if (sc->bridgectl & (PCIB_BCR_ISA_ENABLE | PCIB_BCR_VGA_ENABLE) || in pcib_attach_common()861 if (sc->bridgectl & PCIB_BCR_ISA_ENABLE) { in pcib_attach_common()865 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) { in pcib_attach_common()1037 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_alloc_new_window()1118 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_expand_window()1154 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE && in pcib_expand_window()[all …]
192 uint16_t bridgectl; /* bridge control register */ member209 uint16_t bridgectl; /* bridge control register */ member
114 uint16_t bridgectl; /* bridge control register */ member
184 sc->sc_bsc.ops_pcib_sc.bridgectl = in apb_attach()