Searched refs:fm_port (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dopl4.h28 unsigned long fm_port, unsigned long pcm_port,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_lib.c34 while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0)
114 outb(OPL3_REG_MODE, opl4->fm_port + 2);
115 inb(opl4->fm_port);
116 inb(opl4->fm_port);
117 outb(OPL3_OPL3_ENABLE | OPL3_OPL4_ENABLE, opl4->fm_port + 3);
118 inb(opl4->fm_port);
119 inb(opl4->fm_port);
195 unsigned long fm_port, unsigned long pcm_port,
215 opl4->res_fm_port = request_region(fm_port, 8, "OPL4 FM");
218 snd_printk(KERN_ERR "opl4: can't grab ports 0x%lx, 0x%lx\n", fm_port, pcm_por
194 snd_opl4_create(struct snd_card *card, unsigned long fm_port, unsigned long pcm_port, int seq_device, struct snd_opl3 **ropl3, struct snd_opl4 **ropl4) argument
[all...]
H A Dopl4_local.h173 unsigned long fm_port; member in struct:snd_opl4
H A Dopl4_synth.c478 while ((inb(opl4->fm_port) & OPL4_STATUS_LOAD) && --timeout > 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ymfpci/
H A Dymfpci.c45 static long fm_port[SNDRV_CARDS]; variable
60 module_param_array(fm_port, long, NULL, 0444);
61 MODULE_PARM_DESC(fm_port, "FM OPL-3 Port.");
208 if (fm_port[dev] == 1) {
210 fm_port[dev] = pci_resource_start(pci, 1);
212 if (fm_port[dev] > 0 &&
213 (fm_res = request_region(fm_port[dev], 4, "YMFPCI OPL3")) != NULL) {
215 pci_write_config_word(pci, PCIR_DSXG_FMBASE, fm_port[dev]);
227 switch (fm_port[dev]) {
232 default: fm_port[de
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/ad1816a/
H A Dad1816a.c50 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
128 fm_port[dev] = pnp_port_start(pdev, 1);
212 if (fm_port[dev] > 0) {
214 fm_port[dev], fm_port[dev] + 2,
216 printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx.\n", fm_port[dev], fm_port[dev] + 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dals100.c60 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
172 fm_port[dev] = pnp_port_start(pdev, 0);
180 fm_port[dev] = -1;
264 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
266 fm_port[dev], fm_port[dev] + 2,
269 fm_port[dev], fm_port[dev] + 2);
H A Dazt2320.c62 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
123 fm_port[dev] = pnp_port_start(pdev, 1);
242 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
244 fm_port[dev], fm_port[dev] + 2,
247 fm_port[dev], fm_port[dev] + 2);
H A Dopl3sa2.c56 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x388 */ variable
79 module_param_array(fm_port, long, NULL, 0444);
80 MODULE_PARM_DESC(fm_port, "FM port # for OPL3-SA driver.");
597 fm_port[dev] = pnp_port_start(pdev, 2);
604 pnp_device_is_pnpbios(pdev) ? "BIOS" : "ISA", sb_port[dev], wss_port[dev], fm_port[dev], midi_port[dev]);
687 if (fm_port[dev] >= 0x340 && fm_port[dev] < 0x400) {
688 if ((err = snd_opl3_create(card, fm_port[dev],
689 fm_port[dev] + 2,
858 if (fm_port[de
[all...]
H A Des18xx.c1377 unsigned long fm_port)
1391 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT) {
1393 snd_es18xx_config_write(chip, 0x62, fm_port >> 8);
1394 snd_es18xx_config_write(chip, 0x63, fm_port & 0xff);
1611 unsigned long fm_port)
1646 return snd_es18xx_initialize(chip, mpu_port, fm_port);
1771 unsigned long fm_port,
1818 if (snd_es18xx_probe(chip, mpu_port, fm_port) < 0) {
1965 static long fm_port[SNDRV_CARD variable
1375 snd_es18xx_initialize(struct snd_es18xx *chip, unsigned long mpu_port, unsigned long fm_port) argument
1609 snd_es18xx_probe(struct snd_es18xx *chip, unsigned long mpu_port, unsigned long fm_port) argument
1768 snd_es18xx_new_device(struct snd_card *card, unsigned long port, unsigned long mpu_port, unsigned long fm_port, int irq, int dma1, int dma2) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/es1688/
H A Des1688.c58 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* Usually 0x388 */ variable
79 module_param_array(fm_port, long, NULL, 0444);
80 MODULE_PARM_DESC(fm_port, "FM port # for ES1688 driver.");
158 if (fm_port[n] == SNDRV_AUTO_PORT)
159 fm_port[n] = port[n]; /* share the same port */
161 if (fm_port[n] > 0) {
162 if (snd_opl3_create(card, fm_port[n], fm_port[n] + 2,
165 "opl3 not detected at 0x%lx\n", fm_port[n]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb16.c75 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable
104 module_param_array(fm_port, long, NULL, 0444);
105 MODULE_PARM_DESC(fm_port, "FM port # for SB16 PnP driver.");
275 fm_port[dev] = pnp_port_start(pdev, 2);
280 port[dev], mpu_port[dev], fm_port[dev]);
406 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
407 if (snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2,
409 acard->fm_res != NULL || fm_port[de
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/cs423x/
H A Dcs4236.c84 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
107 module_param_array(fm_port, long, NULL, 0444);
108 MODULE_PARM_DESC(fm_port, "FM port # for " IDENT " driver.");
261 if (fm_port[dev] > 0)
262 fm_port[dev] = pnp_port_start(pdev, 1);
268 port[dev], fm_port[dev], sb_port[dev]);
436 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
438 fm_port[dev], fm_port[de
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront.c51 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
82 module_param_array(fm_port, long, NULL, 0444);
83 MODULE_PARM_DESC(fm_port, "FM port #.");
162 fm_port[dev] = pnp_port_start(pdev, 1);
205 fm_port[dev],
395 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
398 err = snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/opti9xx/
H A Dopti92x-ad1848.c72 static long fm_port = SNDRV_DEFAULT_PORT1; /* 0x388 */ variable
94 module_param(fm_port, long, 0444);
95 MODULE_PARM_DESC(fm_port, "FM port # for opti9xx driver.");
772 fm_port = pnp_port_start(pdev, 1) + 8;
787 fm_port = pnp_port_start(pdev, 2) + 8;
923 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT) {
933 if (snd_opl4_create(card, fm_port, fm_port - 8,
941 if (!opl3 && snd_opl3_create(card, fm_port, fm_por
[all...]
H A Dmiro.c56 static long fm_port = SNDRV_DEFAULT_PORT1; /* 0x388 */ variable
75 module_param(fm_port, long, 0444);
76 MODULE_PARM_DESC(fm_port, "FM Port # for miro driver.");
1387 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT) {
1391 if (snd_opl4_create(card, fm_port, fm_port - 8,
1394 fm_port);
1565 fm_port = pnp_port_start(pdev, 2) + 8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dcmipci.c59 static long fm_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)]=1}; variable
73 module_param_array(fm_port, long, NULL, 0444);
74 MODULE_PARM_DESC(fm_port, "FM port.");
2940 static int __devinit snd_cmipci_create_fm(struct cmipci *cm, long fm_port) argument
2947 if (!fm_port)
2961 iosynth = fm_port;
3183 err = snd_cmipci_create_fm(cm, fm_port[dev]);

Completed in 140 milliseconds