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.");
340 long mpu_port, int mpu_irq) in snd_opti9xx_configure() argument
506 switch (mpu_port) { in snd_opti9xx_configure()
524 "MPU-401 port 0x%lx not valid\n", mpu_port); in snd_opti9xx_configure()
548 (mpu_port <= 0) ? 0x00 : in snd_opti9xx_configure()
789 if (devmpu && mpu_port > 0) {
793 mpu_port = -1;
795 mpu_port = pnp_port_start(devmpu, 0);
843 mpu_port, mpu_irq);
896 if (mpu_port <= 0 || mpu_port == SNDRV_AUTO_PORT)
900 mpu_port, 0, mpu_irq, &rmidi);
903 mpu_port);
982 if (mpu_port == SNDRV_AUTO_PORT) {
983 if ((mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2)) < 0) {
1059 mpu_port, mpu_irq);