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

/freebsd-current/sys/dev/rtsx/
H A Drtsx.c98 struct resource *rtsx_mem_res; /* bus memory resource */ member in struct:rtsx_softc
3679 sc->rtsx_mem_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &sc->rtsx_mem_res_id, RF_ACTIVE);
3680 if (sc->rtsx_mem_res == NULL) {
3689 sc->rtsx_mem_btag = rman_get_bustag(sc->rtsx_mem_res);
3690 sc->rtsx_mem_bhandle = rman_get_bushandle(sc->rtsx_mem_res);
3759 sc->rtsx_mem_res);
3796 if (sc->rtsx_mem_res != NULL)
3798 sc->rtsx_mem_res);

Completed in 127 milliseconds