Lines Matching defs:r_port
36 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
59 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
128 if (snd_BUG_ON(!opl3->r_port))
393 unsigned long r_port,
412 if (r_port != 0) {
413 opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)");
415 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port);
422 opl3->r_port = r_port;
436 opl3->l_port, opl3->r_port);