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

/freebsd-12-stable/sys/dev/ti/
H A Dif_ti.c2417 sc->ti_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid,
2420 if (sc->ti_res == NULL) {
2426 sc->ti_btag = rman_get_bustag(sc->ti_res);
2427 sc->ti_bhandle = rman_get_bushandle(sc->ti_res);
2619 if (sc->ti_res) {
2621 sc->ti_res);
H A Dif_tireg.h1031 struct resource *ti_res; member in struct:ti_softc

Completed in 118 milliseconds