Searched refs:sc_pmem_rman (Results 1 – 2 of 2) sorted by relevance
219 sc->sc_pmem_rman.rm_type = RMAN_ARRAY; in ofw_pcib_init()220 sc->sc_pmem_rman.rm_descr = "PCI Prefetchable Memory"; in ofw_pcib_init()221 error = rman_init(&sc->sc_pmem_rman); in ofw_pcib_init()244 error = rman_manage_region(&sc->sc_pmem_rman, in ofw_pcib_init()267 rman_fini(&sc->sc_pmem_rman); in ofw_pcib_init()289 rman_fini(&sc->sc_pmem_rman); in ofw_pcib_fini()718 return (&sc->sc_pmem_rman); in ofw_pcib_get_rman()
70 struct rman sc_pmem_rman; member