Searched refs:sc_irqres (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/esp/
H A Desp_sbus.c99 struct resource *sc_irqres; member in struct:esp_softc
647 if ((esc->sc_irqres = bus_alloc_resource_any(esc->sc_dev, SYS_RES_IRQ,
652 if (bus_setup_intr(esc->sc_dev, esc->sc_irqres,
675 bus_teardown_intr(esc->sc_dev, esc->sc_irqres, esc->sc_irq);
678 rman_get_rid(esc->sc_irqres), esc->sc_irqres);
692 bus_teardown_intr(esc->sc_dev, esc->sc_irqres, esc->sc_irq);
701 rman_get_rid(esc->sc_irqres), esc->sc_irqres);
/freebsd-11-stable/sys/dev/sound/sbus/
H A Dcs4231.c123 struct resource *sc_irqres[CS4231_RES_IRQ_MAX]; member in struct:cs4231_softc
395 if ((sc->sc_irqres[i] = bus_alloc_resource_any(sc->sc_dev,
417 if (snd_setup_intr(sc->sc_dev, sc->sc_irqres[i], INTR_MPSAFE,
471 rman_get_start(sc->sc_irqres[0]), sc->sc_bufsz);
478 rman_get_start(sc->sc_irqres[0]),
479 rman_get_start(sc->sc_irqres[1]), sc->sc_bufsz);
696 if (sc->sc_irqres[i]) {
698 bus_teardown_intr(sc->sc_dev, sc->sc_irqres[i],
703 sc->sc_irqrid[i], sc->sc_irqres[i]);
704 sc->sc_irqres[
[all...]

Completed in 106 milliseconds