Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/speakup/
Dspeakup_keypc.c45 static int synth_port; variable
135 return (inb_p(synth_port + UART_RX) & 0x10) != 0; in synth_writable()
140 return (inb_p(synth_port + UART_RX) & 0x80) == 0; in synth_full()
147 s1 = inb_p(synth_port); in oops()
148 s2 = inb_p(synth_port+1); in oops()
149 s3 = inb_p(synth_port+2); in oops()
150 s4 = inb_p(synth_port+3); in oops()
169 outb_p(ch, synth_port); in synth_immediate()
230 outb_p(ch, synth_port); in do_catch_up()
241 outb_p(PROCSPEECH, synth_port); in do_catch_up()
[all …]
/linux-4.4.14/sound/pci/
Dsonicvibes.c204 unsigned long synth_port; member
1288 sonic->synth_port = pci_resource_start(pci, 2); in snd_sonicvibes_create()
1507 if ((err = snd_opl3_create(card, sonic->synth_port, in snd_sonic_probe()
1508 sonic->synth_port + 2, in snd_sonic_probe()