Lines Matching defs:mpu_port
40 static long mpu_port = SNDRV_DEFAULT_PORT1; /* 0x300,0x310,0x320,0x330 */
58 module_param_hw(mpu_port, long, ioport, 0444);
59 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for miro driver.");
111 long mpu_port;
785 chip->mpu_port = -1;
951 snd_iprintf(buffer, " port : 0x%lx\n", miro->mpu_port);
1111 switch (chip->mpu_port) {
1129 chip->mpu_port);
1153 (chip->mpu_port <= 0) ? 0x00 :
1283 miro->mpu_port = mpu_port;
1352 if (mpu_port <= 0 || mpu_port == SNDRV_AUTO_PORT)
1356 mpu_port, 0, miro->mpu_irq, &rmidi);
1359 mpu_port);
1425 if (mpu_port == SNDRV_AUTO_PORT) {
1426 mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2);
1427 if (mpu_port < 0) {
1533 if (mpu_port > 0) {
1537 mpu_port = -1;
1540 mpu_port = pnp_port_start(devmpu, 0);