Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/dc/
H A Dif_dc.c2048 sc->dc_res = bus_alloc_resource_any(dev, DC_RES, &rid, RF_ACTIVE); in dc_attach()
2050 if (sc->dc_res == NULL) { in dc_attach()
2056 sc->dc_btag = rman_get_bustag(sc->dc_res); in dc_attach()
2057 sc->dc_bhandle = rman_get_bushandle(sc->dc_res); in dc_attach()
2555 if (sc->dc_res) in dc_detach()
2556 bus_release_resource(dev, DC_RES, DC_RID, sc->dc_res); in dc_detach()
H A Dif_dcreg.h752 struct resource *dc_res; member