Searched refs:mpu_base (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/drivers/sound/ |
D | cs4232.c | 77 static int mpu_base = 0, mpu_irq = 0; variable 87 mpu_base = hw_config->io_base; in probe_cs4232_mpu() 215 if (mpu_base != 0 && mpu_irq != 0) in probe_cs4232() 218 CS_OUT3(0x47, (mpu_base >> 8) & 0xff, mpu_base & 0xff); /* MPU base */ in probe_cs4232() 283 if (mpu_base != 0 && mpu_irq != 0) in attach_cs4232() 289 hw_config2.io_base = mpu_base; in attach_cs4232() 305 mpu_base = mpu_irq = 0; in attach_cs4232() 331 if (mpu_base != 0 && mpu_irq != 0 && mpu_detected) in unload_cs4232() 338 hw_config2.io_base = mpu_base; in unload_cs4232()
|
D | aedsp16.c | 458 int mpu_base; /* base I/O for MPU-401 emulation */ member 637 decoded_hcfg.mpubase = ae_config.mpu_base; in aedsp16_hard_decode() 1109 if (ae_config.mpu_base != -1) { in aedsp16_init_board() 1270 if (ae_config.mpu_base != -1) { in init_aedsp16() 1303 if (ae_config.mpu_base != -1) in uninit_aedsp16() 1312 static int __initdata mpu_base = -1; variable 1324 MODULE_PARM(mpu_base, "i"); 1325 MODULE_PARM_DESC(mpu_base,"MPU-401 I/O base address (0x300 0x310 0x320 0x330)"); 1342 ae_config.mpu_base = mpu_base; in do_init_aedsp16() 1375 mpu_base = ints[5]; in setup_aedsp16()
|
D | sb_common.c | 1019 int mpu_base = hw_config->io_base; in smw_midi_init() local 1020 int mp_base = mpu_base + 4; /* Microcontroller base */ in smw_midi_init() 1029 control = inb(mpu_base + 7); in smw_midi_init() 1030 outb((control | 3), mpu_base + 7); /* Set last two bits to 1 (?) */ in smw_midi_init() 1031 outb(((control & 0xfe) | 2), mpu_base + 7); /* xxxxxxx0 resets the mc */ in smw_midi_init() 1035 outb((control & 0xfc), mpu_base + 7); /* xxxxxx00 enables RAM */ in smw_midi_init() 1117 outb((control | 0x03), mpu_base + 7); /* xxxxxx11 restarts */ in smw_midi_init() 1124 int mpu_base = hw_config->io_base; in init_Jazz16_midi() local 1155 switch (mpu_base) in init_Jazz16_midi() 1167 printk(KERN_ERR "Jazz16: Invalid MIDI I/O port %x\n", mpu_base); in init_Jazz16_midi()
|
/linux-2.4.37.9/Documentation/sound/ |
D | AudioExcelDSP16 | 40 mpu_base I/O base address for activate MPU-401 mode
|
/linux-2.4.37.9/Documentation/ |
D | Configure.help | 21953 the parameter 'mpu_base=0xNNN'.
|