Lines Matching defs:r_port
35 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
55 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
122 if (snd_BUG_ON(!opl3->r_port))
377 unsigned long r_port,
396 if (r_port != 0) {
397 opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)");
399 dev_err(card->dev, "opl3: can't grab right port 0x%lx\n", r_port);
406 opl3->r_port = r_port;
420 opl3->l_port, opl3->r_port);