Lines Matching defs:synth_port
32 static int synth_port;
132 return (inb_p(synth_port + UART_RX) & 0x10) != 0;
137 return (inb_p(synth_port + UART_RX) & 0x80) == 0;
144 s1 = inb_p(synth_port);
145 s2 = inb_p(synth_port + 1);
146 s3 = inb_p(synth_port + 2);
147 s4 = inb_p(synth_port + 3);
166 outb_p(ch, synth_port);
228 outb_p(ch, synth_port);
239 outb_p(PROCSPEECH, synth_port);
255 outb_p(PROCSPEECH, synth_port);
260 outb_p(SYNTH_CLEAR, synth_port);
270 synth_port = port_forced;
272 synth_port);
273 if (synth_request_region(synth_port - 1, SYNTH_IO_EXTENT)) {
277 port_val = inb(synth_port);
289 synth_port = synth_portlist[i];
296 synth_release_region(synth_port, SYNTH_IO_EXTENT);
297 synth_port = 0;
301 synth_port, synth_port + SYNTH_IO_EXTENT - 1,
310 if (synth_port)
311 synth_release_region(synth_port, SYNTH_IO_EXTENT);
312 synth_port = 0;