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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dcs4232.c75 static int mpu_base, mpu_irq; variable
85 mpu_base = hw_config->io_base;
221 if (mpu_base != 0 && mpu_irq != 0)
224 CS_OUT3(0x47, (mpu_base >> 8) & 0xff, mpu_base & 0xff); /* MPU base */
279 if (mpu_base != 0 && mpu_irq != 0)
285 hw_config2.io_base = mpu_base;
301 mpu_base = mpu_irq = 0;
327 if (mpu_base != 0 && mpu_irq != 0 && mpu_detected)
334 hw_config2.io_base = mpu_base;
[all...]
H A Daedsp16.c457 int mpu_base; /* base I/O for MPU-401 emulation */ member in struct:aedsp16_info
636 decoded_hcfg.mpubase = ae_config.mpu_base;
1108 if (ae_config.mpu_base != -1) {
1269 if (ae_config.mpu_base != -1) {
1302 if (ae_config.mpu_base != -1)
1311 static int __initdata mpu_base = -1; variable
1323 module_param(mpu_base, int, 0);
1324 MODULE_PARM_DESC(mpu_base,"MPU-401 I/O base address (0x300 0x310 0x320 0x330)");
1341 ae_config.mpu_base = mpu_base;
[all...]
H A Dsb_common.c1000 int mpu_base = hw_config->io_base; local
1001 int mp_base = mpu_base + 4; /* Microcontroller base */
1010 control = inb(mpu_base + 7);
1011 outb((control | 3), mpu_base + 7); /* Set last two bits to 1 (?) */
1012 outb(((control & 0xfe) | 2), mpu_base + 7); /* xxxxxxx0 resets the mc */
1016 outb((control & 0xfc), mpu_base + 7); /* xxxxxx00 enables RAM */
1090 outb((control | 0x03), mpu_base + 7); /* xxxxxx11 restarts */
1097 int mpu_base = hw_config->io_base; local
1128 switch (mpu_base)
1140 printk(KERN_ERR "Jazz16: Invalid MIDI I/O port %x\n", mpu_base);
[all...]

Completed in 111 milliseconds