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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dopl4.h28 unsigned long fm_port, unsigned long pcm_port,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_lib.c33 while ((inb(opl4->fm_port) & OPL4_STATUS_BUSY) && --timeout > 0)
113 outb(OPL3_REG_MODE, opl4->fm_port + 2);
114 inb(opl4->fm_port);
115 inb(opl4->fm_port);
116 outb(OPL3_OPL3_ENABLE | OPL3_OPL4_ENABLE, opl4->fm_port + 3);
117 inb(opl4->fm_port);
118 inb(opl4->fm_port);
194 unsigned long fm_port, unsigned long pcm_port,
214 opl4->res_fm_port = request_region(fm_port, 8, "OPL4 FM");
217 snd_printk(KERN_ERR "opl4: can't grab ports 0x%lx, 0x%lx\n", fm_port, pcm_por
193 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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ymfpci/
H A Dymfpci.c46 static long fm_port[SNDRV_CARDS]; variable
61 module_param_array(fm_port, long, NULL, 0444);
62 MODULE_PARM_DESC(fm_port, "FM OPL-3 Port.");
209 if (fm_port[dev] == 1) {
211 fm_port[dev] = pci_resource_start(pci, 1);
213 if (fm_port[dev] > 0 &&
214 (fm_res = request_region(fm_port[dev], 4, "YMFPCI OPL3")) != NULL) {
216 pci_write_config_word(pci, PCIR_DSXG_FMBASE, fm_port[dev]);
228 switch (fm_port[dev]) {
233 default: fm_port[de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Ddt019x.c48 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
63 module_param_array(fm_port, long, NULL, 0444);
64 MODULE_PARM_DESC(fm_port, "FM port # for dt019x driver.");
166 if (fm_port[dev] != SNDRV_AUTO_PORT)
167 pnp_resource_change(&cfg->port_resource[0], fm_port[dev], 4);
176 fm_port[dev] = pnp_port_start(pdev, 0);
177 snd_printdd("dt019x: found OPL3 synth: port=0x%lx\n",fm_port[dev]);
181 fm_port[dev] = -1;
247 if (fm_port[dev] > 0 && fm_port[de
[all...]
H A Dals100.c54 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
70 module_param_array(fm_port, long, NULL, 0444);
71 MODULE_PARM_DESC(fm_port, "FM port # for als100 driver.");
180 if (fm_port[dev] != SNDRV_AUTO_PORT)
181 pnp_resource_change(&cfg->port_resource[0], fm_port[dev], 4);
187 fm_port[dev] = pnp_port_start(pdev, 0);
195 fm_port[dev] = -1;
258 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
260 fm_port[de
[all...]
H A Dazt2320.c63 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
81 module_param_array(fm_port, long, NULL, 0444);
82 MODULE_PARM_DESC(fm_port, "FM port # for azt2320 driver.");
144 if (fm_port[dev] != SNDRV_AUTO_PORT)
145 pnp_resource_change(&cfg->port_resource[1], fm_port[dev], 4);
164 fm_port[dev] = pnp_port_start(pdev, 1);
287 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
289 fm_port[dev], fm_port[de
[all...]
H A Dopl3sa2.c58 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x388 */ variable
81 module_param_array(fm_port, long, NULL, 0444);
82 MODULE_PARM_DESC(fm_port, "FM port # for OPL3-SA driver.");
614 if (fm_port[dev] != SNDRV_AUTO_PORT)
615 pnp_resource_change(&cfg->port_resource[2], fm_port[dev], 4);
637 fm_port[dev] = pnp_port_start(pdev, 2);
644 pnp_device_is_pnpbios(pdev) ? "BIOS" : "ISA", sb_port[dev], wss_port[dev], fm_port[dev], midi_port[dev]);
720 if (fm_port[dev] >= 0x340 && fm_port[dev] < 0x400) {
721 if ((err = snd_opl3_create(card, fm_port[de
[all...]
H A Des18xx.c107 unsigned long fm_port; /* FM port */ member in struct:snd_es18xx
1418 if (chip->fm_port > 0 && chip->fm_port != SNDRV_AUTO_PORT) {
1420 snd_es18xx_config_write(chip, 0x62, chip->fm_port >> 8);
1421 snd_es18xx_config_write(chip, 0x63, chip->fm_port & 0xff);
1795 unsigned long fm_port,
1815 chip->fm_port = fm_port;
1998 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable
2017 module_param_array(fm_port, lon
1792 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, struct snd_es18xx ** rchip) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/ad1816a/
H A Dad1816a.c51 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
68 module_param_array(fm_port, long, NULL, 0444);
69 MODULE_PARM_DESC(fm_port, "FM port # for ad1816a driver.");
141 if (fm_port[dev] != SNDRV_AUTO_PORT)
142 pnp_resource_change(&cfg->port_resource[1], fm_port[dev], 4);
160 fm_port[dev] = pnp_port_start(pdev, 1);
246 if (fm_port[dev] > 0) {
248 fm_port[dev], fm_port[dev] + 2,
250 printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx.\n", fm_port[de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Dsb16.c77 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; variable
106 module_param_array(fm_port, long, NULL, 0444);
107 MODULE_PARM_DESC(fm_port, "FM port # for SB16 PnP driver.");
282 if (fm_port[dev] != SNDRV_AUTO_PORT)
283 pnp_resource_change(&cfg->port_resource[2], fm_port[dev], 4);
300 fm_port[dev] = pnp_port_start(pdev, 2);
305 port[dev], mpu_port[dev], fm_port[dev]);
439 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
440 if (snd_opl3_create(card, fm_port[de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/cs423x/
H A Dcs4236.c93 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
116 module_param_array(fm_port, long, NULL, 0444);
117 MODULE_PARM_DESC(fm_port, "FM port # for " IDENT " driver.");
281 if (fm_port[dev] != SNDRV_AUTO_PORT && fm_port[dev] > 0)
282 pnp_resource_change(&cfg->port_resource[1], fm_port[dev], 4);
300 if (fm_port[dev] > 0)
301 fm_port[dev] = pnp_port_start(pdev, 1);
307 port[dev], fm_port[dev], sb_port[dev]);
520 if (fm_port[de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/wavefront/
H A Dwavefront.c52 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* PnP setup */ variable
83 module_param_array(fm_port, long, NULL, 0444);
84 MODULE_PARM_DESC(fm_port, "FM port #.");
170 if (fm_port[dev] != SNDRV_AUTO_PORT)
171 pnp_resource_change(&cfg->port_resource[1], fm_port[dev], 4);
189 fm_port[dev] = pnp_port_start(pdev, 1);
254 fm_port[dev],
444 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
448 fm_port[de
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/opti9xx/
H A Dopti92x-ad1848.c80 static long fm_port = SNDRV_DEFAULT_PORT1; /* 0x388 */ variable
100 module_param(fm_port, long, 0444);
101 MODULE_PARM_DESC(fm_port, "FM port # for opti9xx driver.");
250 long fm_port; member in struct:snd_opti9xx
326 chip->fm_port = -1;
1658 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT)
1659 pnp_resource_change(&cfg->port_resource[1], fm_port, 4);
1661 if (fm_port > 0 && fm_port !
[all...]
H A Dmiro.c57 static long fm_port = SNDRV_DEFAULT_PORT1; /* 0x388 */ variable
73 module_param(fm_port, long, 0444);
74 MODULE_PARM_DESC(fm_port, "FM Port # for miro driver.");
122 long fm_port; member in struct:snd_miro
766 chip->fm_port = -1;
1269 miro->fm_port = fm_port;
1393 if (miro->fm_port > 0 && miro->fm_port != SNDRV_AUTO_PORT) {
1396 if (snd_opl4_create(card, miro->fm_port, mir
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/
H A Dcmipci.c60 static long fm_port[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)]=1}; variable
74 module_param_array(fm_port, long, NULL, 0444);
75 MODULE_PARM_DESC(fm_port, "FM port.");
2752 static int __devinit snd_cmipci_create_fm(struct cmipci *cm, long fm_port) argument
2759 if (!fm_port)
2769 iosynth = fm_port;
2936 if ((err = snd_cmipci_create_fm(cm, fm_port[dev])) < 0)

Completed in 126 milliseconds