Searched refs:mpi3mr_regs_resource (Results 1 – 2 of 2) sorted by relevance
259 if (sc->mpi3mr_regs_resource != NULL) { in mpi3mr_release_resources()261 sc->mpi3mr_regs_rid, sc->mpi3mr_regs_resource); in mpi3mr_release_resources()276 if ((sc->mpi3mr_regs_resource = bus_alloc_resource_any(dev, in mpi3mr_setup_resources()281 if (sc->mpi3mr_regs_resource == NULL) { in mpi3mr_setup_resources()286 sc->mpi3mr_btag = rman_get_bustag(sc->mpi3mr_regs_resource); in mpi3mr_setup_resources()287 sc->mpi3mr_bhandle = rman_get_bushandle(sc->mpi3mr_regs_resource); in mpi3mr_setup_resources()
584 struct resource *mpi3mr_regs_resource; member