Lines Matching defs:oa
143 struct obio_attach_args *oa = (struct obio_attach_args *)aux;
149 if (oa->oa_addr != (-1))
150 addr = (bus_addr_t)oa->oa_addr;
158 if (bus_space_map(oa->oa_tag, addr, MAC68K_ASC_LEN, 0, &bsh))
161 if (mac68k_bus_space_probe(oa->oa_tag, bsh, 0, 1)) {
168 ver = bus_space_read_1(oa->oa_tag, bsh, 0x800);
177 bus_space_unmap(oa->oa_tag, bsh, MAC68K_ASC_LEN);
186 struct obio_attach_args *oa = (struct obio_attach_args *)aux;
191 sc->sc_tag = oa->oa_tag;
192 if (oa->oa_addr != (-1))
193 addr = (bus_addr_t)oa->oa_addr;
221 if (oa->oa_addr != (-1))
222 printf(" at %x", oa->oa_addr);