Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/wb/
H A Dif_wb.c181 #define WB_RES SYS_RES_IOPORT macro
184 #define WB_RES SYS_RES_MEMORY macro
742 sc->wb_res = bus_alloc_resource_any(dev, WB_RES, &rid, RF_ACTIVE); in wb_attach()
854 bus_release_resource(dev, WB_RES, WB_RID, sc->wb_res); in wb_detach()