Lines Matching defs:oa
139 struct oioc_attach_args *oa = aux;
144 if (strcmp(oa->oa_name, cf->cf_name) == 0)
155 struct oioc_attach_args *oa = aux;
163 lesc->sc_st = oa->oa_st;
171 if ((error = bus_space_subregion(oa->oa_st, oa->oa_sh, OIOC_LANCE_RDP,
177 if ((error = bus_space_subregion(oa->oa_st, oa->oa_sh, OIOC_LANCE_RAP,
183 if ((error = bus_space_subregion(oa->oa_st, oa->oa_sh,
215 if (cpu_intr_establish(oa->oa_irq, IPL_NET, am7990_intr, sc) == NULL) {
216 aprint_error(": failed to establish interrupt %d\n",oa->oa_irq);
241 bus_space_unmap(oa->oa_st, oa->oa_sh, lesc->sc_maph);
243 bus_space_unmap(oa->oa_st, oa->oa_sh, lesc->sc_raph);
245 bus_space_unmap(oa->oa_st, oa->oa_sh, lesc->sc_rdph);