Searched refs:emac_irq (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/arm/allwinner/ |
H A D | if_emac.c | 93 struct resource *emac_irq; member 811 bus_teardown_intr(sc->emac_dev, sc->emac_irq, in emac_detach() 825 if (sc->emac_irq != NULL) in emac_detach() 826 bus_release_resource(dev, SYS_RES_IRQ, 0, sc->emac_irq); in emac_detach() 909 sc->emac_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid, in emac_attach() 911 if (sc->emac_irq == NULL) { in emac_attach() 970 error = bus_setup_intr(dev, sc->emac_irq, INTR_TYPE_NET | INTR_MPSAFE, in emac_attach()
|