Lines Matching defs:port
34 static long port[SNDRV_CARDS] = SNDRV_DEFAULT_PORT; /* 0x220,0x240,0x260 */
53 module_param_hw_array(port, long, ioport, NULL, 0444);
54 MODULE_PARM_DESC(port, "Port # for " CRD_NAME " driver.");
56 MODULE_PARM_DESC(gf1_port, "GF1 port # for " CRD_NAME " driver (optional).");
58 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for " CRD_NAME " driver.");
106 if (port[n] != SNDRV_AUTO_PORT)
107 return snd_es1688_create(card, chip, port[n], mpu_port[n],
112 port[n] = possible_ports[i];
113 error = snd_es1688_create(card, chip, port[n], mpu_port[n],
170 outb(gus->gf1.port & 0x040 ? 2 : 0, ES1688P(es1688, INIT1));
172 outb(gus->gf1.port & 0x020 ? 2 : 0, ES1688P(es1688, INIT1));
174 outb(gus->gf1.port & 0x010 ? 3 : 1, ES1688P(es1688, INIT1));
182 snd_printdd("[0x%lx] check 1 failed - 0x%x\n", gus->gf1.port, d);
190 snd_printdd("[0x%lx] check 2 failed - 0x%x\n", gus->gf1.port, d);
249 gf1_port[n] = es1688->port + 0x20;
268 "detected at 0x%lx\n", gus->gf1.port);
297 if (snd_opl3_create(card, es1688->port, es1688->port + 2,
299 dev_warn(dev, "opl3 not detected at 0x%lx\n", es1688->port);
314 "irq %i&%i, dma %i&%i", es1688->port,