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.");
326 long mpu_port, int mpu_irq) in snd_opti9xx_configure() argument
496 switch (mpu_port) { in snd_opti9xx_configure()
514 "MPU-401 port 0x%lx not valid\n", mpu_port); in snd_opti9xx_configure()
538 (mpu_port <= 0) ? 0x00 : in snd_opti9xx_configure()
782 if (devmpu && mpu_port > 0) {
786 mpu_port = -1;
788 mpu_port = pnp_port_start(devmpu, 0);
820 mpu_port, mpu_irq);
874 if (mpu_port <= 0 || mpu_port == SNDRV_AUTO_PORT)
878 mpu_port, 0, mpu_irq, &rmidi);
881 mpu_port);
959 if (mpu_port == SNDRV_AUTO_PORT) {
960 mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2);
961 if (mpu_port < 0) {
1032 mpu_port, mpu_irq);