Lines Matching refs:mpu_port
72 static long mpu_port = SNDRV_DEFAULT_PORT1; /* 0x300,0x310,0x320,0x330 */ variable
93 module_param_hw(mpu_port, long, ioport, 0444);
94 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for opti9xx driver.");
338 long mpu_port, int mpu_irq) in snd_opti9xx_configure() argument
503 switch (mpu_port) { in snd_opti9xx_configure()
521 "MPU-401 port 0x%lx not valid\n", mpu_port); in snd_opti9xx_configure()
545 (mpu_port <= 0) ? 0x00 : in snd_opti9xx_configure()
786 if (devmpu && mpu_port > 0) {
790 mpu_port = -1;
792 mpu_port = pnp_port_start(devmpu, 0);
840 mpu_port, mpu_irq);
893 if (mpu_port <= 0 || mpu_port == SNDRV_AUTO_PORT)
897 mpu_port, 0, mpu_irq, &rmidi);
900 mpu_port);
979 if (mpu_port == SNDRV_AUTO_PORT) {
980 if ((mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2)) < 0) {
1056 mpu_port, mpu_irq);