Searched refs:mpic_res (Results 1 – 1 of 1) sorted by relevance
109 struct resource * mpic_res[4]; member235 error = bus_alloc_resources(dev, mv_mpic_spec, sc->mpic_res); in mv_mpic_attach()240 if (sc->mpic_res[3] == NULL) in mv_mpic_attach()243 bus_setup_intr(dev, sc->mpic_res[3], INTR_TYPE_CLK, in mv_mpic_attach()246 sc->mpic_bst = rman_get_bustag(sc->mpic_res[0]); in mv_mpic_attach()247 sc->mpic_bsh = rman_get_bushandle(sc->mpic_res[0]); in mv_mpic_attach()249 sc->cpu_bst = rman_get_bustag(sc->mpic_res[1]); in mv_mpic_attach()250 sc->cpu_bsh = rman_get_bushandle(sc->mpic_res[1]); in mv_mpic_attach()252 if (sc->mpic_res[2] != NULL) { in mv_mpic_attach()254 sc->drbl_bst = rman_get_bustag(sc->mpic_res[2]); in mv_mpic_attach()[all …]