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

/freebsd-11-stable/sys/pc98/pc98/
H A Dcanbus.c65 struct resource *index_res; /* index resource */ member in struct:canbus_softc
395 sc->index_res = bus_alloc_resource_any(
399 if (sc->index_res == NULL || sc->data_res == NULL) {
404 sc->index_tag = rman_get_bustag(sc->index_res);
405 sc->index_handle = rman_get_bushandle(sc->index_res);
420 bus_release_resource(dev, SYS_RES_IOPORT, sc->index_id, sc->index_res);

Completed in 109 milliseconds