Home
last modified time | relevance | path

Searched refs:ti_irq (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ti/
H A Dif_ti.c2412 sc->ti_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, in ti_attach()
2415 if (sc->ti_irq == NULL) { in ti_attach()
2548 error = bus_setup_intr(dev, sc->ti_irq, INTR_TYPE_NET|INTR_MPSAFE, in ti_attach()
2595 bus_teardown_intr(dev, sc->ti_irq, sc->ti_intrhand); in ti_detach()
2596 if (sc->ti_irq) in ti_detach()
2597 bus_release_resource(dev, SYS_RES_IRQ, 0, sc->ti_irq); in ti_detach()
H A Dif_tireg.h1023 struct resource *ti_irq; member