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

/freebsd-10.2-release/sys/powerpc/powermac/
H A Dpswitch.c47 int sc_irqrid; member in struct:pswitch_softc
116 sc->sc_irqrid = 0;
117 sc->sc_irq = bus_alloc_resource(dev, SYS_RES_IRQ, &sc->sc_irqrid,
127 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid,
H A Dcudavar.h79 int sc_irqrid; member in struct:cuda_softc
H A Dpmuvar.h154 int sc_irqrid; member in struct:pmu_softc
H A Dcuda.c161 sc->sc_irqrid = 0;
162 sc->sc_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irqrid,
172 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid,
262 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, sc->sc_irq);
H A Dkiic.c104 int sc_irqrid; member in struct:kiic_softc
226 sc->sc_irq = bus_alloc_resource_any(self, SYS_RES_IRQ, &sc->sc_irqrid,
H A Dpmu.c294 sc->sc_irqrid = 0;
295 sc->sc_irq = bus_alloc_resource_any(extint, SYS_RES_IRQ, &sc->sc_irqrid,
305 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid,
508 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, sc->sc_irq);
/freebsd-10.2-release/sys/dev/rc/
H A Drc.c106 int sc_irqrid; member in struct:rc_softc
261 sc->sc_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irqrid,
353 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid,
/freebsd-10.2-release/sys/dev/sound/sbus/
H A Dcs4231.c122 int sc_irqrid[CS4231_RES_IRQ_MAX]; member in struct:cs4231_softc
394 sc->sc_irqrid[i] = i;
396 SYS_RES_IRQ, &sc->sc_irqrid[i], RF_SHAREABLE | RF_ACTIVE))
703 sc->sc_irqrid[i], sc->sc_irqres[i]);

Completed in 118 milliseconds