Lines Matching defs:obio
87 struct obio_attach_args * const obio = aux;
89 if (obio->obio_addr == GEMINI_USB0_BASE
90 || obio->obio_addr == GEMINI_USB1_BASE)
100 struct obio_attach_args * const obio = aux;
105 sc->iot = obio->obio_iot;
111 if (bus_space_map(sc->iot, obio->obio_addr, obio->obio_size, 0,
117 sc->sc_bus.ub_dmatag = obio->obio_dmat;
126 if (obio->obio_intr != OBIOCF_INTR_DEFAULT) {
127 intr_establish(obio->obio_intr, IPL_USB, IST_LEVEL,