Lines Matching refs:synth_port
32 static int synth_port; variable
123 return (inb_p(synth_port + UART_RX) & 0x10) != 0; in synth_writable()
128 return (inb_p(synth_port + UART_RX) & 0x80) == 0; in synth_full()
135 s1 = inb_p(synth_port); in oops()
136 s2 = inb_p(synth_port + 1); in oops()
137 s3 = inb_p(synth_port + 2); in oops()
138 s4 = inb_p(synth_port + 3); in oops()
157 outb_p(ch, synth_port); in synth_immediate()
219 outb_p(ch, synth_port); in do_catch_up()
230 outb_p(PROCSPEECH, synth_port); in do_catch_up()
246 outb_p(PROCSPEECH, synth_port); in do_catch_up()
251 outb_p(SYNTH_CLEAR, synth_port); in synth_flush()
261 synth_port = port_forced; in synth_probe()
263 synth_port); in synth_probe()
264 if (synth_request_region(synth_port - 1, SYNTH_IO_EXTENT)) { in synth_probe()
268 port_val = inb(synth_port); in synth_probe()
280 synth_port = synth_portlist[i]; in synth_probe()
287 synth_release_region(synth_port, SYNTH_IO_EXTENT); in synth_probe()
288 synth_port = 0; in synth_probe()
292 synth_port, synth_port + SYNTH_IO_EXTENT - 1, in synth_probe()
301 if (synth_port) in keynote_release()
302 synth_release_region(synth_port, SYNTH_IO_EXTENT); in keynote_release()
303 synth_port = 0; in keynote_release()