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

/freebsd-10.3-release/sys/dev/smc/
H A Dif_smcvar.h44 struct resource *smc_irq; member in struct:smc_softc
H A Dif_smc.c337 sc->smc_irq = bus_alloc_resource(dev, SYS_RES_IRQ, &sc->smc_irq_rid, 0,
339 if (sc->smc_irq == NULL) {
407 error = bus_setup_intr(dev, sc->smc_irq,
442 bus_teardown_intr(sc->smc_dev, sc->smc_irq, sc->smc_ih);
470 if (sc->smc_irq != NULL)
472 sc->smc_irq);

Completed in 58 milliseconds