Home | History | Annotate | Download | only in gumstix

Lines Matching defs:gxa

114 	struct gxio_attach_args *gxa = aux;
115 bus_space_tag_t iot = gxa->gxa_iot;
122 if (gxa->gxa_addr == GXIOCF_ADDR_DEFAULT)
124 if (gxa->gxa_gpirq == GXIOCF_GPIRQ_DEFAULT)
127 if (bus_space_map(iot, gxa->gxa_addr, SMC_IOSIZE, 0, &ioh) != 0)
172 struct gxio_attach_args *gxa = aux;
182 if (bus_space_map(gxa->gxa_iot, gxa->gxa_addr, SMC_IOSIZE, 0, &ioh))
186 sc->sc_bst = gxa->gxa_iot;
202 gsc->sc_ih = gxio_intr_establish(gxa->gxa_sc,
203 gxa->gxa_gpirq, IST_EDGE_RISING, IPL_NET, smc91cxx_intr, sc);