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

  /src/sys/arch/evbarm/gumstix/
gumstixvar.h 60 int gxa_gpirq; /* IRQ on GPIO */ member in struct:gxio_attach_args
if_smsh_gxio.c 73 if (gxa->gxa_gpirq == GXIOCF_GPIRQ_DEFAULT)
124 gxa->gxa_gpirq, IST_EDGE_FALLING, IPL_NET, lan9118_intr, sc);
if_sm_gxio.c 124 if (gxa->gxa_gpirq == GXIOCF_GPIRQ_DEFAULT)
203 gxa->gxa_gpirq, IST_EDGE_RISING, IPL_NET, smc91cxx_intr, sc);
gxio.c 237 gxa.gxa_gpirq = cf->cf_loc[GXIOCF_GPIRQ];
253 if (gxa->gxa_gpirq > 0)
254 printf(" gpirq %d", gxa->gxa_gpirq);

Completed in 15 milliseconds