Searched refs:bridgectl (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/pci/
H A Dpci_pci.c200 if (!(sc->bridgectl & PCIB_BCR_ISA_ENABLE))
392 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE)
674 sc->bridgectl = pci_read_config(dev, PCIR_BRIDGECTL_1, 2);
698 pci_write_config(dev, PCIR_BRIDGECTL_1, sc->bridgectl, 2);
857 if (sc->bridgectl & (PCIB_BCR_ISA_ENABLE | PCIB_BCR_VGA_ENABLE) ||
861 if (sc->bridgectl & PCIB_BCR_ISA_ENABLE) {
865 if (sc->bridgectl & PCIB_BCR_VGA_ENABLE) {
1037 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE &&
1118 if (type == SYS_RES_IOPORT && sc->bridgectl & PCIB_BCR_ISA_ENABLE &&
1154 if (type == SYS_RES_IOPORT && sc->bridgectl
[all...]
H A Dpcib_private.h114 uint16_t bridgectl; /* bridge control register */ member in struct:pcib_softc
H A Dpcivar.h185 uint16_t bridgectl; /* bridge control register */ member in struct:__anon8795
202 uint16_t bridgectl; /* bridge control register */ member in struct:__anon8796
/freebsd-9.3-release/sys/sparc64/pci/
H A Dapb.c184 sc->sc_bsc.ops_pcib_sc.bridgectl =

Completed in 102 milliseconds