Searched refs:sc_pci_io_rman (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/sys/sparc64/pci/
H A Dpsychovar.h74 struct rman sc_pci_io_rman; member in struct:psycho_softc
H A Dfirevar.h46 struct rman sc_pci_io_rman; member in struct:fire_softc
H A Dschizovar.h82 struct rman sc_pci_io_rman; member in struct:schizo_softc
H A Dpsycho.c439 sc->sc_pci_io_rman.rm_type = RMAN_ARRAY;
440 sc->sc_pci_io_rman.rm_descr = "Psycho PCI I/O Ports";
441 if (rman_init(&sc->sc_pci_io_rman) != 0 ||
442 rman_manage_region(&sc->sc_pci_io_rman, 0, PSYCHO_IO_SIZE) != 0)
1205 rm = &sc->sc_pci_io_rman;
1271 rm = &sc->sc_pci_io_rman;
H A Dschizo.c546 sc->sc_pci_io_rman.rm_type = RMAN_ARRAY;
547 sc->sc_pci_io_rman.rm_descr = "Schizo PCI I/O Ports";
548 if (rman_init(&sc->sc_pci_io_rman) != 0 ||
549 rman_manage_region(&sc->sc_pci_io_rman, 0, STX_IO_SIZE) != 0)
1381 rm = &sc->sc_pci_io_rman;
1447 rm = &sc->sc_pci_io_rman;
H A Dfire.c725 sc->sc_pci_io_rman.rm_type = RMAN_ARRAY;
726 sc->sc_pci_io_rman.rm_descr = "Fire PCI I/O Ports";
727 if (rman_init(&sc->sc_pci_io_rman) != 0 ||
728 rman_manage_region(&sc->sc_pci_io_rman, 0, FO_IO_SIZE) != 0)
2041 rm = &sc->sc_pci_io_rman;
2107 rm = &sc->sc_pci_io_rman;

Completed in 109 milliseconds