Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accessibility/speakup/
H A Dspeakup_keypc.c32 static int synth_port; variable
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()
166 outb_p(ch, synth_port); in synth_immediate()
228 outb_p(ch, synth_port); in do_catch_up()
272 synth_port); in synth_probe()
297 synth_port = 0; in synth_probe()
301 synth_port, synth_port + SYNTH_IO_EXTENT - 1, in synth_probe()
310 if (synth_port) in keynote_release()
[all …]
/openbmc/linux/sound/pci/
H A Dsonicvibes.c189 unsigned long synth_port; member
1236 sonic->synth_port = pci_resource_start(pci, 2); in snd_sonicvibes_create()
1440 err = snd_opl3_create(card, sonic->synth_port, in __snd_sonic_probe()
1441 sonic->synth_port + 2, in __snd_sonic_probe()