Searched refs:sc_pci_iot (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/sys/dev/siba/
H A Dsiba_pcibvar.h47 struct bus_space sc_pci_iot;
/freebsd-10.1-release/sys/sparc64/pci/
H A Dpsychovar.h68 bus_space_tag_t sc_pci_iot; member in struct:psycho_softc
H A Dfirevar.h49 bus_space_tag_t sc_pci_iot; member in struct:fire_softc
H A Dschizovar.h85 bus_space_tag_t sc_pci_iot; member in struct:schizo_softc
H A Dpsycho.c576 sc->sc_pci_iot = sparc64_alloc_bus_tag(NULL, rman_get_bustag(
578 if (sc->sc_pci_iot == NULL)
1247 rman_set_bustag(r, sc->sc_pci_iot);
H A Dschizo.c583 sc->sc_pci_iot = sparc64_alloc_bus_tag(NULL, rman_get_bustag(
585 if (sc->sc_pci_iot == NULL)
1423 rman_set_bustag(r, sc->sc_pci_iot);
H A Dfire.c759 sc->sc_pci_iot = sparc64_alloc_bus_tag(NULL, rman_get_bustag(
761 if (sc->sc_pci_iot == NULL)
2083 rman_set_bustag(r, sc->sc_pci_iot);
/freebsd-10.1-release/sys/arm/xscale/i80321/
H A Di80321var.h100 struct bus_space sc_pci_iot; member in struct:i80321_softc
H A Di80321.c218 i80321_io_bs_init(&sc->sc_pci_iot, sc);
H A Di80321_pci.c92 sc->sc_pciio = &i80321_softc->sc_pci_iot;
/freebsd-10.1-release/sys/arm/xscale/ixp425/
H A Dixp425var.h82 struct bus_space sc_pci_iot; member in struct:ixppcib_softc
H A Dixp425_pci.c148 ixp425_io_bs_init(&sc->sc_pci_iot, sc);
327 rman_set_bustag(r, &sc->sc_pci_iot);

Completed in 287 milliseconds