Searched refs:sc_irqrid (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14-stable/sys/powerpc/powermac/ |
| HD | cudavar.h | 79 int sc_irqrid; member
|
| HD | pmuvar.h | 154 int sc_irqrid; member
|
| HD | cuda.c | 162 sc->sc_irqrid = 0; in cuda_attach() 163 sc->sc_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &sc->sc_irqrid, in cuda_attach() 177 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()
|
| HD | pmu.c | 305 sc->sc_irqrid = 0; in setup_pmu_intr() 306 sc->sc_irq = bus_alloc_resource_any(extint, SYS_RES_IRQ, &sc->sc_irqrid, in setup_pmu_intr() 316 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()
|
| HD | 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()
|