Lines Matching defs:pcm_port
29 outb(reg, opl4->pcm_port);
32 outb(value, opl4->pcm_port + 1);
40 outb(reg, opl4->pcm_port);
43 return inb(opl4->pcm_port + 1);
62 outb(OPL4_REG_MEMORY_DATA, opl4->pcm_port);
64 insb(opl4->pcm_port + 1, buf, size);
85 outb(OPL4_REG_MEMORY_DATA, opl4->pcm_port);
87 outsb(opl4->pcm_port + 1, buf, size);
174 unsigned long fm_port, unsigned long pcm_port,
195 opl4->res_pcm_port = request_region(pcm_port, 8, "OPL4 PCM/MIX");
197 dev_err(card->dev, "opl4: can't grab ports 0x%lx, 0x%lx\n", fm_port, pcm_port);
204 opl4->pcm_port = pcm_port;
211 dev_dbg(card->dev, "OPL4 chip not detected at %#lx/%#lx\n", fm_port, pcm_port);