Searched refs:sc_intr_rman (Results 1 – 3 of 3) sorted by relevance
131 struct rman sc_intr_rman; member333 sc->sc_intr_rman.rm_type = RMAN_ARRAY; in ps3bus_attach()334 sc->sc_intr_rman.rm_descr = "PS3Bus Interrupts"; in ps3bus_attach()336 rman_init(&sc->sc_intr_rman); in ps3bus_attach()337 rman_manage_region(&sc->sc_intr_rman, 0, ~0); in ps3bus_attach()573 rm = &sc->sc_intr_rman; in ps3bus_alloc_resource()
351 sc->sc_intr_rman.rm_type = RMAN_ARRAY; in gpiobus_init_softc()352 sc->sc_intr_rman.rm_descr = "GPIO Interrupts"; in gpiobus_init_softc()353 if (rman_init(&sc->sc_intr_rman) != 0 || in gpiobus_init_softc()354 rman_manage_region(&sc->sc_intr_rman, 0, ~0) != 0) in gpiobus_init_softc()602 rman_fini(&sc->sc_intr_rman); in gpiobus_detach()877 rv = rman_reserve_resource(&sc->sc_intr_rman, start, end, count, flags, in gpiobus_alloc_resource()
88 struct rman sc_intr_rman; /* isr resources */ member