Home
last modified time | relevance | path

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

/freebsd/sys/dev/rtsx/
H A Drtsx.c82 int rtsx_irq_res_id; /* bus IRQ resource id */ member
3662 sc->rtsx_irq_res_id = 0;
3664 sc->rtsx_irq_res_id = 1;
3665 sc->rtsx_irq_res = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->rtsx_irq_res_id,
3666 RF_ACTIVE | (sc->rtsx_irq_res_id != 0 ? 0 : RF_SHAREABLE));
3668 device_printf(dev, "Can't allocate IRQ resources for %d\n", sc->rtsx_irq_res_id);
3688 sc->rtsx_irq_res_id, sc->rtsx_mem_res_id);
3764 bus_release_resource(dev, SYS_RES_IRQ, sc->rtsx_irq_res_id,
3804 bus_release_resource(dev, SYS_RES_IRQ, sc->rtsx_irq_res_id,