Home | History | Annotate | Download | only in dev

Lines Matching defs:oaa

195 	struct opb_attach_args *oaa = aux;
198 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
207 struct opb_attach_args *oaa = aux;
210 cf->cf_loc[OPBCF_ADDR] != oaa->opb_addr)
224 struct opb_attach_args oaa;
253 oaa.opb_name = opb_devs[i].name;
254 oaa.opb_addr = opb_devs[i].addr;
255 oaa.opb_instance = opb_devs[i].instance;
256 oaa.opb_irq = opb_devs[i].irq;
257 oaa.opb_bt = sc->sc_iot;
258 oaa.opb_dmat = paa->plb_dmat;
259 oaa.opb_flags = opb_devs[i].flags;
261 config_found(self, &oaa, opb_print,
269 struct opb_attach_args *oaa = aux;
272 aprint_normal("%s at %s", oaa->opb_name, pnp);
274 if (oaa->opb_addr != OPBCF_ADDR_DEFAULT)
275 aprint_normal(" addr 0x%08lx", oaa->opb_addr);
276 if (oaa->opb_irq != OPBCF_IRQ_DEFAULT)
277 aprint_normal(" irq %d", oaa->opb_irq);