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

/freebsd-11.0-release/sys/arm/lpc/
H A Dlpc_mmc.c85 void * lm_intrhand; member in struct:lpc_mmc_softc
216 NULL, lpc_mmc_intr, sc, &sc->lm_intrhand))
241 bus_teardown_intr(dev, sc->lm_irq_res, sc->lm_intrhand);
296 if (sc->lm_intrhand)
297 bus_teardown_intr(dev, sc->lm_irq_res, sc->lm_intrhand);

Completed in 49 milliseconds