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