Lines Matching defs:oa
153 struct obio_attach_args *oa = (struct obio_attach_args *)aux;
158 if (oa->oa_addr != (-1))
159 addr = (bus_addr_t)oa->oa_addr;
167 if (bus_space_map(oa->oa_tag, addr, MAC68K_ASCAUDIO_LEN, 0, &bsh))
170 if (mac68k_bus_space_probe(oa->oa_tag, bsh, 0, 1)) {
175 bus_space_unmap(oa->oa_tag, bsh, MAC68K_ASCAUDIO_LEN);
184 struct obio_attach_args *oa = (struct obio_attach_args *)aux;
189 sc->sc_tag = oa->oa_tag;
191 if (oa->oa_addr != (-1))
192 addr = (bus_addr_t)oa->oa_addr;
216 sc->sc_ver = bus_space_read_1(oa->oa_tag, sc->sc_handle, 0x800);
255 if (oa->oa_addr != (-1))
256 printf(" at %x", oa->oa_addr);