Searched refs:fv_res (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/arm/ralink/
H A Dif_fv.c303 sc->fv_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &sc->fv_rid,
306 if (sc->fv_res == NULL) {
312 sc->fv_btag = rman_get_bustag(sc->fv_res);
313 sc->fv_bhandle = rman_get_bushandle(sc->fv_res);
431 if (sc->fv_res)
433 sc->fv_res);
1806 sc->fv_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY,
1808 if (sc->fv_res == NULL) {
1814 sc->fv_btag = rman_get_bustag(sc->fv_res);
1815 sc->fv_bhandle = rman_get_bushandle(sc->fv_res);
[all...]
H A Dif_fvreg.h107 struct resource *fv_res; member in struct:fv_softc

Completed in 132 milliseconds