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

/linux-4.4.14/drivers/staging/speakup/
H A Dspeakup_keypc.c45 static int synth_port; variable
135 return (inb_p(synth_port + UART_RX) & 0x10) != 0; synth_writable()
140 return (inb_p(synth_port + UART_RX) & 0x80) == 0; synth_full()
147 s1 = inb_p(synth_port); oops()
148 s2 = inb_p(synth_port+1); oops()
149 s3 = inb_p(synth_port+2); oops()
150 s4 = inb_p(synth_port+3); oops()
169 outb_p(ch, synth_port); synth_immediate()
230 outb_p(ch, synth_port); do_catch_up()
241 outb_p(PROCSPEECH, synth_port); do_catch_up()
257 outb_p(PROCSPEECH, synth_port); do_catch_up()
262 outb_p(SYNTH_CLEAR, synth_port); synth_flush()
272 synth_port = port_forced; synth_probe()
274 synth_port); synth_probe()
275 if (synth_request_region(synth_port-1, SYNTH_IO_EXTENT)) { synth_probe()
279 port_val = inb(synth_port); synth_probe()
291 synth_port = synth_portlist[i]; synth_probe()
298 synth_release_region(synth_port, SYNTH_IO_EXTENT); synth_probe()
299 synth_port = 0; synth_probe()
303 synth_port, synth_port+SYNTH_IO_EXTENT-1, synth_probe()
311 if (synth_port) keynote_release()
312 synth_release_region(synth_port, SYNTH_IO_EXTENT); keynote_release()
313 synth_port = 0; keynote_release()
/linux-4.4.14/sound/pci/
H A Dsonicvibes.c204 unsigned long synth_port; member in struct:sonicvibes
1288 sonic->synth_port = pci_resource_start(pci, 2); snd_sonicvibes_create()
1507 if ((err = snd_opl3_create(card, sonic->synth_port, snd_sonic_probe()
1508 sonic->synth_port + 2, snd_sonic_probe()

Completed in 115 milliseconds