Lines Matching refs:mpu_port
60 static long mpu_port = SNDRV_DEFAULT_PORT1; /* 0x300,0x310,0x320,0x330 */ variable
81 module_param_hw(mpu_port, long, ioport, 0444);
82 MODULE_PARM_DESC(mpu_port, "MPU-401 port # for opti9xx driver.");
331 long mpu_port, int mpu_irq) in snd_opti9xx_configure() argument
501 switch (mpu_port) { in snd_opti9xx_configure()
519 "MPU-401 port 0x%lx not valid\n", mpu_port); in snd_opti9xx_configure()
543 (mpu_port <= 0) ? 0x00 : in snd_opti9xx_configure()
784 if (devmpu && mpu_port > 0) {
788 mpu_port = -1;
790 mpu_port = pnp_port_start(devmpu, 0);
838 mpu_port, mpu_irq);
892 if (mpu_port <= 0 || mpu_port == SNDRV_AUTO_PORT)
896 mpu_port, 0, mpu_irq, &rmidi);
899 mpu_port);
978 if (mpu_port == SNDRV_AUTO_PORT) {
979 if ((mpu_port = snd_legacy_find_free_ioport(possible_mpu_ports, 2)) < 0) {
1055 mpu_port, mpu_irq);