Lines Matching defs:oa
143 struct oioc_attach_args oa;
145 oa.oa_name = oioc_devices[i].od_name;
146 oa.oa_irq = oioc_devices[i].od_irq;
147 oa.oa_burst_dma = sc->sc_burst_dma;
148 oa.oa_st = normal_memt;
149 oa.oa_sh = sc->sc_ioh;
150 oa.oa_dmat = &sgimips_default_bus_dma_tag;
151 config_found(self, &oa, oioc_print, CFARGS_NONE);
158 struct oioc_attach_args *oa = aux;
161 printf("%s at %s", oa->oa_name, pnp);