Searched refs:l_port (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_lib.c50 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
73 port = (cmd & OPL3_RIGHT) ? opl3->r_port : opl3->l_port;
78 inb(opl3->l_port);
79 inb(opl3->l_port);
82 inb(opl3->l_port);
83 inb(opl3->l_port);
107 signature = stat1 = inb(opl3->l_port); /* Status register */
119 stat2 = inb(opl3->l_port);
303 status = inb(opl3->l_port);
402 unsigned long l_port,
401 snd_opl3_create(struct snd_card *card, unsigned long l_port, unsigned long r_port, unsigned short hardware, int integrated, struct snd_opl3 ** ropl3) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl3.h302 unsigned long l_port; member in struct:snd_opl3
361 unsigned long l_port, unsigned long r_port,

Completed in 116 milliseconds