Lines Matching defs:sio_iot
107 static bus_space_tag_t sio_iot;
155 rv = bus_space_map(sio_iot, SIO_REG_ICU1ELC, 2, 0, &sio_ioh_elcr);
169 return (bus_space_read_1(sio_iot, sio_ioh_elcr, elcr));
176 bus_space_write_1(sio_iot, sio_ioh_elcr, elcr, val);
231 sio_cy82c693_handle = cy82c693_init(sio_iot);
282 bus_space_write_1(sio_iot, sio_ioh_icu2, PIC_OCW2,
285 bus_space_write_1(sio_iot, sio_ioh_icu1, PIC_OCW2,
303 ocw1[0] = bus_space_read_1(sio_iot, sio_ioh_icu1, PIC_OCW1);
304 ocw1[1] = bus_space_read_1(sio_iot, sio_ioh_icu2, PIC_OCW1);
331 bus_space_write_1(sio_iot, sio_ioh_icu1, 1, ocw1[0]);
332 bus_space_write_1(sio_iot, sio_ioh_icu2, 1, ocw1[1]);
344 sio_iot = iot;
347 if (bus_space_map(sio_iot, IO_ICU1, 2, 0, &sio_ioh_icu1) ||
348 bus_space_map(sio_iot, IO_ICU2, 2, 0, &sio_ioh_icu2))
361 initial_ocw1[0] = bus_space_read_1(sio_iot, sio_ioh_icu1, 1);
362 initial_ocw1[1] = bus_space_read_1(sio_iot, sio_ioh_icu2, 1);
427 bus_space_write_1(sio_iot, sio_ioh_icu1, 1, initial_ocw1[0]);
428 bus_space_write_1(sio_iot, sio_ioh_icu2, 1, initial_ocw1[1]);