HomeSort by: relevance | last modified time | path
    Searched refs:ifa_irq (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/evbarm/ifpga/
ifpgavar.h 77 int ifa_irq; /* IRQ to use. */ member in struct:ifpga_attach_args
plmmc_ifpga.c 80 sc->sc_ih = ifpga_intr_establish(ifa->ifa_irq, IPL_BIO, plmmc_intr, sc);
sm_ifpga.c 88 isc->ih = ifpga_intr_establish(ifa->ifa_irq, IPL_NET, smc91cxx_intr, sc);
ifpga.c 106 if (ifa->ifa_irq != -1)
107 aprint_normal(" irq %d", ifa->ifa_irq);
122 ifa.ifa_irq = cf->cf_irq;
plcom_ifpga.c 103 isc->sc_ih = ifpga_intr_establish(ifa->ifa_irq, IPL_SERIAL,

Completed in 16 milliseconds