Searched refs:r_port (Results 1 – 1 of 1) sorted by relevance
36 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl2_command()59 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port; in snd_opl3_command()128 if (snd_BUG_ON(!opl3->r_port)) in snd_opl3_detect()390 unsigned long r_port, in snd_opl3_create() argument407 if (r_port != 0 && in snd_opl3_create()408 (opl3->res_r_port = request_region(r_port, 2, "OPL2/3 (right)")) == NULL) { in snd_opl3_create()409 snd_printk(KERN_ERR "opl3: can't grab right port 0x%lx\n", r_port); in snd_opl3_create()415 opl3->r_port = r_port; in snd_opl3_create()428 opl3->l_port, opl3->r_port); in snd_opl3_create()