Searched refs:synth_lpc (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/speakup/
H A Dspeakup_dtlk.c45 static int synth_lpc; variable
345 synth_lpc = speakup_info.port_tts-1; synth_probe()
353 synth_lpc = synth_portlist[i]; synth_probe()
354 speakup_info.port_tts = synth_lpc+1; synth_probe()
364 if (synth_lpc) synth_probe()
365 synth_release_region(synth_lpc, SYNTH_IO_EXTENT); synth_probe()
368 while (inw_p(synth_lpc) != 0x147f) synth_probe()
372 synth->long_name, synth_lpc, synth_lpc+SYNTH_IO_EXTENT - 1, synth_probe()

Completed in 27 milliseconds