Home
last modified time | relevance | path

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

/freebsd/sys/dev/ti/
H A Dif_ti.c2397 sc->ti_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &rid, in ti_attach()
2400 if (sc->ti_res == NULL) { in ti_attach()
2406 sc->ti_btag = rman_get_bustag(sc->ti_res); in ti_attach()
2407 sc->ti_bhandle = rman_get_bushandle(sc->ti_res); in ti_attach()
2598 if (sc->ti_res) { in ti_detach()
2600 sc->ti_res); in ti_detach()
H A Dif_tireg.h1024 struct resource *ti_res; member