Home | History | Annotate | Download | only in gumstix

Lines Matching defs:gxa

232 	struct gxio_attach_args gxa;
234 gxa.gxa_sc = sc;
235 gxa.gxa_iot = sc->sc_iot;
236 gxa.gxa_addr = cf->cf_loc[GXIOCF_ADDR];
237 gxa.gxa_gpirq = cf->cf_loc[GXIOCF_GPIRQ];
239 if (config_probe(parent, cf, &gxa))
240 config_attach(parent, cf, &gxa, gxioprint, CFARGS_NONE);
249 struct gxio_attach_args *gxa = (struct gxio_attach_args *)aux;
251 if (gxa->gxa_addr != GXIOCF_ADDR_DEFAULT)
252 printf(" addr 0x%lx", gxa->gxa_addr);
253 if (gxa->gxa_gpirq > 0)
254 printf(" gpirq %d", gxa->gxa_gpirq);