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

/freebsd-10-stable/sys/mips/idt/
H A Dif_krreg.h257 struct resource *kr_tx_ovr_irq; member in struct:kr_softc
H A Dif_kr.c213 sc->kr_tx_ovr_irq = bus_alloc_resource(dev, SYS_RES_IRQ, &rid,
216 if (sc->kr_tx_ovr_irq == NULL) {
303 error = bus_setup_intr(dev, sc->kr_tx_ovr_irq,
355 bus_teardown_intr(dev, sc->kr_tx_ovr_irq,
357 if (sc->kr_tx_ovr_irq)
358 bus_release_resource(dev, SYS_RES_IRQ, 0, sc->kr_tx_ovr_irq);

Completed in 103 milliseconds