Searched refs:sc_irqrid (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/powerpc/powermac/ |
H A D | cudavar.h | 79 int sc_irqrid; member
|
H A D | 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() 176 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, in cuda_attach() 272 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, sc->sc_irq); in cuda_detach()
|
H A D | pmuvar.h | 154 int sc_irqrid; member
|
H A D | pmu.c | 304 sc->sc_irqrid = 0; in setup_pmu_intr() 305 sc->sc_irq = bus_alloc_resource_any(extint, SYS_RES_IRQ, &sc->sc_irqrid, in setup_pmu_intr() 315 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, in setup_pmu_intr() 540 bus_release_resource(dev, SYS_RES_IRQ, sc->sc_irqrid, sc->sc_irq); in pmu_detach()
|
H A D | kiic.c | 104 int sc_irqrid; member 224 sc->sc_irq = bus_alloc_resource_any(self, SYS_RES_IRQ, &sc->sc_irqrid, in kiic_attach()
|