Lines Matching refs:l_port
36 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
59 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
64 inb(opl3->l_port);
65 inb(opl3->l_port);
68 inb(opl3->l_port);
69 inb(opl3->l_port);
93 signature = stat1 = inb(opl3->l_port); /* Status register */
105 stat2 = inb(opl3->l_port);
291 status = inb(opl3->l_port);
392 unsigned long l_port,
406 opl3->res_l_port = request_region(l_port, 2, "OPL2/3 (left)");
408 snd_printk(KERN_ERR "opl3: can't grab left port 0x%lx\n", l_port);
421 opl3->l_port = l_port;
436 opl3->l_port, opl3->r_port);