Searched refs:mpu_base (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Daedsp16.c450 int mpu_base; /* base I/O for MPU-401 emulation */ member in struct:aedsp16_info
629 decoded_hcfg.mpubase = ae_config.mpu_base;
1101 if (ae_config.mpu_base != -1) {
1262 if (ae_config.mpu_base != -1) {
1295 if (ae_config.mpu_base != -1)
1304 static int __initdata mpu_base = -1; variable
1316 module_param(mpu_base, int, 0);
1317 MODULE_PARM_DESC(mpu_base,"MPU-401 I/O base address (0x300 0x310 0x320 0x330)");
1334 ae_config.mpu_base = mpu_base;
[all...]
H A Dsb_common.c1001 int mpu_base = hw_config->io_base; local
1002 int mp_base = mpu_base + 4; /* Microcontroller base */
1011 control = inb(mpu_base + 7);
1012 outb((control | 3), mpu_base + 7); /* Set last two bits to 1 (?) */
1013 outb(((control & 0xfe) | 2), mpu_base + 7); /* xxxxxxx0 resets the mc */
1017 outb((control & 0xfc), mpu_base + 7); /* xxxxxx00 enables RAM */
1091 outb((control | 0x03), mpu_base + 7); /* xxxxxx11 restarts */
1098 int mpu_base = hw_config->io_base; local
1129 switch (mpu_base)
1141 printk(KERN_ERR "Jazz16: Invalid MIDI I/O port %x\n", mpu_base);
[all...]

Completed in 111 milliseconds