Lines Matching refs:fm_port
1365 unsigned long fm_port)
1379 if (fm_port > 0 && fm_port != SNDRV_AUTO_PORT) {
1381 snd_es18xx_config_write(chip, 0x62, fm_port >> 8);
1382 snd_es18xx_config_write(chip, 0x63, fm_port & 0xff);
1601 unsigned long fm_port)
1636 return snd_es18xx_initialize(chip, mpu_port, fm_port);
1723 unsigned long fm_port,
1763 if (snd_es18xx_probe(card, chip, mpu_port, fm_port) < 0)
1912 static long fm_port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT;
1931 module_param_hw_array(fm_port, long, ioport, NULL, 0444);
1932 MODULE_PARM_DESC(fm_port, "FM port # for ES18xx driver.");
1971 fm_port[dev] = pnp_port_start(pdev, 1);
1976 snd_printdd("PnP ES18xx: port=0x%lx, fm port=0x%lx, mpu port=0x%lx\n", port[dev], fm_port[dev], mpu_port[dev]);
2057 port[dev], mpu_port[dev], fm_port[dev],
2084 if (fm_port[dev] > 0 && fm_port[dev] != SNDRV_AUTO_PORT) {
2085 if (snd_opl3_create(card, fm_port[dev], fm_port[dev] + 2,
2089 fm_port[dev]);