Lines Matching defs:awe_port
56 static long awe_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
86 module_param_hw_array(awe_port, long, ioport, NULL, 0444);
87 MODULE_PARM_DESC(awe_port, "AWE port # for SB16 PnP driver.");
270 awe_port[dev] = pnp_port_start(pdev, 0);
280 awe_port[dev] = -1;
348 awe_port[dev] > 0 ? "SB AWE" :
373 if (awe_port[dev] == SNDRV_AUTO_PORT)
374 awe_port[dev] = 0; /* disable */
386 int seqdev = awe_port[dev] > 0 ? 2 : 1;
413 if (awe_port[dev] > 0) {
414 err = snd_emu8000_new(card, 1, awe_port[dev],
417 snd_printk(KERN_ERR PFX "fatal error - EMU-8000 synthesizer not detected at 0x%lx\n", awe_port[dev]);
479 awe_port[dev] = port[dev] + 0x400;