Searched refs:ti_res (Results 1 – 2 of 2) sorted by relevance
2397 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()
1024 struct resource *ti_res; member