Searched refs:intc_res (Results 1 – 1 of 1) sorted by relevance
125 struct resource * intc_res; member391 sc->intc_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, RF_ACTIVE); in bcm_intc_attach()392 if (sc->intc_res == NULL) { in bcm_intc_attach()399 bus_release_resource(dev, SYS_RES_MEMORY, 0, sc->intc_res); in bcm_intc_attach()422 sc->intc_bst = rman_get_bustag(sc->intc_res); in bcm_intc_attach()423 sc->intc_bsh = rman_get_bushandle(sc->intc_res); in bcm_intc_attach()