Searched refs:mpic_res (Results 1 – 1 of 1) sorted by relevance
111 struct resource * mpic_res[4]; member243 if (sc->mpic_res[3] == NULL) in mv_mpic_attach()246 bus_setup_intr(dev, sc->mpic_res[3], INTR_TYPE_CLK, in mv_mpic_attach()249 sc->mpic_bst = rman_get_bustag(sc->mpic_res[0]); in mv_mpic_attach()250 sc->mpic_bsh = rman_get_bushandle(sc->mpic_res[0]); in mv_mpic_attach()252 sc->cpu_bst = rman_get_bustag(sc->mpic_res[1]); in mv_mpic_attach()253 sc->cpu_bsh = rman_get_bushandle(sc->mpic_res[1]); in mv_mpic_attach()255 if (sc->mpic_res[2] != NULL) { in mv_mpic_attach()257 sc->drbl_bst = rman_get_bustag(sc->mpic_res[2]); in mv_mpic_attach()258 sc->drbl_bsh = rman_get_bushandle(sc->mpic_res[2]); in mv_mpic_attach()[all …]