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

/freebsd-current/sys/dev/rtsx/
H A Drtsx.c97 int rtsx_mem_res_id; /* bus memory resource id */ member in struct:rtsx_softc
3676 sc->rtsx_mem_res_id = PCIR_BAR(1);
3678 sc->rtsx_mem_res_id = PCIR_BAR(0);
3679 sc->rtsx_mem_res = bus_alloc_resource_any(dev, SYS_RES_MEMORY, &sc->rtsx_mem_res_id, RF_ACTIVE);
3681 device_printf(dev, "Can't allocate memory resource for %d\n", sc->rtsx_mem_res_id);
3686 device_printf(dev, "rtsx_irq_res_id: %d, rtsx_mem_res_id: %d\n",
3687 sc->rtsx_irq_res_id, sc->rtsx_mem_res_id);
3758 bus_release_resource(dev, SYS_RES_MEMORY, sc->rtsx_mem_res_id,
3797 bus_release_resource(dev, SYS_RES_MEMORY, sc->rtsx_mem_res_id,

Completed in 111 milliseconds