Searched refs:vx_res (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/vx/
H A Dif_vx_pci.c133 sc->vx_res =
136 if (sc->vx_res == NULL)
139 sc->vx_bst = rman_get_bustag(sc->vx_res);
140 sc->vx_bsh = rman_get_bushandle(sc->vx_res);
178 if (sc->vx_res != NULL)
179 bus_release_resource(dev, SYS_RES_IOPORT, 0, sc->vx_res);
H A Dif_vxvar.h43 struct resource *vx_res; member in struct:vx_softc
H A Dif_vx_eisa.c138 sc->vx_res = io;

Completed in 47 milliseconds