Lines Matching defs:obio
78 struct obio_attach_args *obio = aux;
82 if (obio->obio_addr == -1 || obio->obio_intr == -1)
85 if (obio->obio_size == 0)
86 obio->obio_size = GEMINI_UART_SIZE;
88 if (com_is_console(obio->obio_iot, obio->obio_addr, NULL))
91 if (bus_space_map(obio->obio_iot, obio->obio_addr, obio->obio_size,
95 rv = comprobe1(obio->obio_iot, bh);
97 bus_space_unmap(obio->obio_iot, bh, obio->obio_size);
106 struct obio_attach_args *obio = aux;
112 iot = obio->obio_iot;
113 iobase = obio->obio_addr;
118 bus_space_map(iot, iobase, obio->obio_size, 0, &ioh)) {
127 intr_establish(obio->obio_intr, IPL_SERIAL, IST_LEVEL_HIGH,