Lines Matching refs:mpu_port
54 static long mpu_port = SNDRV_DEFAULT_PORT1; /* 0x300,0x310,0x320,0x330 */ variable
75 module_param_hw(mpu_port, long, ioport, 0444);
76 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for opti9xx driver.");
325 long mpu_port, int mpu_irq) in snd_opti9xx_configure() argument
495 switch (mpu_port) { in snd_opti9xx_configure()
513 "MPU-401 port 0x%lx not valid\n", mpu_port); in snd_opti9xx_configure()
537 (mpu_port <= 0) ? 0x00 : in snd_opti9xx_configure()
781 if (devmpu && mpu_port > 0) {
785 mpu_port = -1;
787 mpu_port = pnp_port_start(devmpu, 0);
819 mpu_port, mpu_irq);
873 if (mpu_port <= 0 || mpu_port == SNDRV_AUTO_PORT)
877 mpu_port, 0, mpu_irq, &rmidi);
880 mpu_port);
958 if (mpu_port == SNDRV_AUTO_PORT) {
959 mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2);
960 if (mpu_port < 0) {
1031 mpu_port, mpu_irq);