Searched refs:bfe_res (Results 1 – 2 of 2) sorted by relevance
354 sc->bfe_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in bfe_attach()356 if (sc->bfe_res == NULL) { in bfe_attach()361 sc->bfe_btag = rman_get_bustag(sc->bfe_res); in bfe_attach()362 sc->bfe_bhandle = rman_get_bushandle(sc->bfe_res); in bfe_attach()454 if (sc->bfe_res != NULL) { in bfe_detach()456 sc->bfe_res); in bfe_detach()
483 struct resource *bfe_res; member