Home
last modified time | relevance | path

Searched refs:wb_res (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/wb/
H A Dif_wb.c742 sc->wb_res = bus_alloc_resource_any(dev, WB_RES, &rid, RF_ACTIVE); in wb_attach()
744 if (sc->wb_res == NULL) { in wb_attach()
750 sc->wb_btag = rman_get_bustag(sc->wb_res); in wb_attach()
751 sc->wb_bhandle = rman_get_bushandle(sc->wb_res); in wb_attach()
853 if (sc->wb_res) in wb_detach()
854 bus_release_resource(dev, WB_RES, WB_RID, sc->wb_res); in wb_detach()
H A Dif_wbreg.h370 struct resource *wb_res; member