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

/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_mmc.c72 void * lm_intrhand; member in struct:lpc_mmc_softc
203 NULL, lpc_mmc_intr, sc, &sc->lm_intrhand))
228 bus_teardown_intr(dev, sc->lm_irq_res, sc->lm_intrhand);
283 if (sc->lm_intrhand)
284 bus_teardown_intr(dev, sc->lm_irq_res, sc->lm_intrhand);

Completed in 62 milliseconds