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

/freebsd-10.0-release/sys/dev/txp/
H A Dif_txpreg.h664 int sc_res_type; member in struct:txp_softc
H A Dif_txp.c285 sc->sc_res_type = SYS_RES_MEMORY;
288 sc->sc_res_type = SYS_RES_IOPORT;
290 sc->sc_res = bus_alloc_resource_any(dev, sc->sc_res_type,
294 sc->sc_res_type = SYS_RES_IOPORT;
295 sc->sc_res = bus_alloc_resource_any(dev, sc->sc_res_type,
505 bus_release_resource(dev, sc->sc_res_type, sc->sc_res_id,

Completed in 205 milliseconds