Searched refs:mpuio (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | cs4232.c | 360 static int __initdata mpuio = -1; variable 378 MODULE_PARM(mpuio,"i"); 379 MODULE_PARM_DESC(mpuio,"MPU 401 base address"); 489 if (mpuio != -1 && mpuirq != -1) { in init_cs4232() 490 cfg_mpu.io_base = mpuio; in init_cs4232() 537 mpuio = ints[5]; in setup_cs4232()
|
D | ymfpci.c | 2162 int mpuio = -1, oplio = -1; in ymfpci_setup_legacy() local 2166 mpuio = 0; in ymfpci_setup_legacy() 2169 mpuio = 1; in ymfpci_setup_legacy() 2172 mpuio = 2; in ymfpci_setup_legacy() 2175 mpuio = 3; in ymfpci_setup_legacy() 2196 if (mpuio >= 0 || oplio >= 0) { in ymfpci_setup_legacy() 2207 if (mpuio >= 0) { v |= mpuio<<4; } in ymfpci_setup_legacy() 2219 if (mpuio >= 0) { in ymfpci_setup_legacy()
|
D | cmpci.c | 3237 static int mpuio = CONFIG_SOUND_CMPCI_MPUIO; variable 3239 static int mpuio; variable 3282 MODULE_PARM(mpuio, "i"); 3292 MODULE_PARM_DESC(mpuio, "(0x330, 0x320, 0x310, 0x300) Base of MPU-401, 0 to disable"); 3356 s->iomidi = mpuio; in cm_probe()
|
/linux-2.4.37.9/Documentation/sound/ |
D | CMI8338 | 72 mpuio: I/O ports base for MPU-401, 0 if disabled.
|
D | OPL3-SA2 | 121 opl3sa2=<io>,<irq>,<dma>,<dma2>,<mssio>,<mpuio>
|
D | Wavefront | 71 "mpuio" and "mpuirq" for the cs4232 parameter will result in the
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 21445 "opl3sa=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel 21532 "pss=<io>,<mssio>,<mssirq>,<mssdma>,<mpuio>,<mpuirq>" to the kernel 21607 "sscape=<io>,<irq>,<dma>,<mpuio>,<mpuirq>" to the kernel command 21639 "mad16=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the 21664 "cs4232=<io>,<irq>,<dma>,<dma2>,<mpuio>,<mpuirq>" to the kernel 21687 "opl3sa2=<io>,<irq>,<dma>,<dma2>,<mssio>,<mpuio>" to the kernel 21914 "aedsp16=<io>,<irq>,<dma>,<mssio>,<mpuio>,<mouirq>" to the kernel 29455 # LocalWords: ARCNet Keyspan PDA ADMtek sgalaxy sgbase opl mpuio mpuirq sbio
|