Lines Matching refs: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))
390 unsigned long r_port,
407 if (r_port != 0 &&
408 (opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)")) == NULL) {
409 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port);
415 opl3->r_port = r_port;
428 opl3->l_port, opl3->r_port);