Searched refs:sc_irqrid (Results 1 – 8 of 8) sorted by relevance
| /NextBSD/sys/powerpc/powermac/ |
| HD | pswitch.c | 47 int sc_irqrid; member 116 sc->sc_irqrid = 0; in pswitch_attach() 117 sc->sc_irq = bus_alloc_resource(dev, SYS_RES_IRQ, &sc->sc_irqrid, in pswitch_attach() 127 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, in pswitch_attach()
|
| HD | cuda.c | 161 sc->sc_irqrid = 0; in cuda_attach() 162 sc->sc_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irqrid, in cuda_attach() 172 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, in cuda_attach() 262 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, sc->sc_irq); in cuda_detach()
|
| HD | cudavar.h | 79 int sc_irqrid; member
|
| HD | pmuvar.h | 155 int sc_irqrid; member
|
| HD | pmu.c | 307 sc->sc_irqrid = 0; in setup_pmu_intr() 308 sc->sc_irq = bus_alloc_resource_any(extint, SYS_RES_IRQ, &sc->sc_irqrid, in setup_pmu_intr() 318 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, in setup_pmu_intr() 528 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, sc->sc_irq); in pmu_detach()
|
| HD | kiic.c | 104 int sc_irqrid; member 226 sc->sc_irq = bus_alloc_resource_any(self, SYS_RES_IRQ, &sc->sc_irqrid, in kiic_attach()
|
| /NextBSD/sys/dev/sound/sbus/ |
| HD | cs4231.c | 122 int sc_irqrid[CS4231_RES_IRQ_MAX]; member 394 sc->sc_irqrid[i] = i; in cs4231_attach_common() 396 SYS_RES_IRQ, &sc->sc_irqrid[i], RF_SHAREABLE | RF_ACTIVE)) in cs4231_attach_common() 703 sc->sc_irqrid[i], sc->sc_irqres[i]); in cs4231_free_resource()
|
| /NextBSD/sys/dev/rc/ |
| HD | rc.c | 106 int sc_irqrid; member 261 sc->sc_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irqrid, in rc_attach() 353 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, in rc_release_resources()
|