Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
H A Dspeakup_keypc.c32 static int synth_port; variable
132 return (inb_p(synth_port + UART_RX) & 0x10) != 0; in synth_writable()
137 return (inb_p(synth_port + UART_RX) & 0x80) == 0; in synth_full()
144 s1 = inb_p(synth_port); in oops()
145 s2 = inb_p(synth_port + 1); in oops()
146 s3 = inb_p(synth_port + 2); in oops()
147 s4 = inb_p(synth_port + 3); in oops()
166 outb_p(ch, synth_port); in synth_immediate()
228 outb_p(ch, synth_port); in do_catch_up()
239 outb_p(PROCSPEECH, synth_port); in do_catch_up()
[all …]