Home
last modified time | relevance | path

Searched refs:synth_port (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/speakup/
Dspeakup_keypc.c41 static int synth_port; variable
131 return (inb_p(synth_port + UART_RX) & 0x10) != 0; in synth_writable()
136 return (inb_p(synth_port + UART_RX) & 0x80) == 0; in synth_full()
143 s1 = inb_p(synth_port); in oops()
144 s2 = inb_p(synth_port+1); in oops()
145 s3 = inb_p(synth_port+2); in oops()
146 s4 = inb_p(synth_port+3); in oops()
165 outb_p(ch, synth_port); in synth_immediate()
226 outb_p(ch, synth_port); in do_catch_up()
237 outb_p(PROCSPEECH, synth_port); in do_catch_up()
[all …]