Home | History | Annotate | Download | only in jazz

Lines Matching defs:iot

90 lpt_port_test(bus_space_tag_t iot, bus_space_handle_t ioh, bus_addr_t base,
97 bus_space_write_1(iot, ioh, off, data);
101 temp = bus_space_read_1(iot, ioh, off) & mask;
110 bus_space_tag_t iot;
130 iot = ja->ja_bust;
132 if (bus_space_map(iot, base, LPT_NPORTS, 0, &ioh))
139 if (!lpt_port_test(iot, ioh, base, lpt_data, data, mask))
143 if (!lpt_port_test(iot, ioh, base, lpt_data, data, mask))
148 if (!lpt_port_test(iot, ioh, base, lpt_data, data, mask))
154 if (!lpt_port_test(iot, ioh, base, lpt_data, data, mask))
158 bus_space_write_1(iot, ioh, lpt_data, 0);
159 bus_space_write_1(iot, ioh, lpt_control, 0);
164 bus_space_unmap(iot, ioh, LPT_NPORTS);
173 bus_space_tag_t iot;
180 iot = sc->sc_iot = ja->ja_bust;
181 if (bus_space_map(iot, ja->ja_addr, LPT_NPORTS, 0, &ioh)) {
187 bus_space_write_1(iot, ioh, lpt_control, LPC_NINIT);