Home | History | Annotate | Download | only in gumstix

Lines Matching defs:gxa

64 	struct gxio_attach_args *gxa = aux;
65 bus_space_tag_t iot = gxa->gxa_iot;
71 if (gxa->gxa_addr == GXIOCF_ADDR_DEFAULT)
73 if (gxa->gxa_gpirq == GXIOCF_GPIRQ_DEFAULT)
76 if (bus_space_map(iot, gxa->gxa_addr, LAN9118_IOSIZE, 0, &ioh) != 0)
96 struct gxio_attach_args *gxa = aux;
104 if (bus_space_map(gxa->gxa_iot, gxa->gxa_addr, LAN9118_IOSIZE, 0,
107 sc->sc_iot = gxa->gxa_iot;
123 ih = gxio_intr_establish(gxa->gxa_sc,
124 gxa->gxa_gpirq, IST_EDGE_FALLING, IPL_NET, lan9118_intr, sc);