Lines Matching defs:fmport
20 * sbdma16=5 wssport=0x530 wssirq=11 wssdma=0 fmport=0x388
69 static long fmport[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
100 module_param_hw_array(fmport, long, ioport, NULL, 0444);
101 MODULE_PARM_DESC(fmport, "FM port # for CMI8330/CMI8329 driver.");
351 fmport[dev] = pnp_port_start(pdev, 1);
366 if (fmport[dev] == SNDRV_AUTO_PORT) {
368 fmport[dev] = pnp_port_start(pdev, 1);
370 fmport[dev] = 0x388; /* Or hardwired */
568 if (fmport[dev] != SNDRV_AUTO_PORT) {
570 fmport[dev], fmport[dev] + 2,
574 fmport[dev], fmport[dev] + 2);