Searched refs:mpu_base (Results 1 – 2 of 2) sorted by relevance
450 int mpu_base; /* base I/O for MPU-401 emulation */ member629 decoded_hcfg.mpubase = ae_config.mpu_base; in aedsp16_hard_decode()1101 if (ae_config.mpu_base != -1) { in aedsp16_init_board()1262 if (ae_config.mpu_base != -1) { in init_aedsp16()1295 if (ae_config.mpu_base != -1) in uninit_aedsp16()1304 static int __initdata mpu_base = -1; variable1316 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; in do_init_aedsp16()1367 mpu_base = ints[5]; in setup_aedsp16()
1010 int mpu_base = hw_config->io_base; in smw_midi_init() local1011 int mp_base = mpu_base + 4; /* Microcontroller base */ in smw_midi_init()1020 control = inb(mpu_base + 7); in smw_midi_init()1021 outb((control | 3), mpu_base + 7); /* Set last two bits to 1 (?) */ in smw_midi_init()1022 outb(((control & 0xfe) | 2), mpu_base + 7); /* xxxxxxx0 resets the mc */ in smw_midi_init()1026 outb((control & 0xfc), mpu_base + 7); /* xxxxxx00 enables RAM */ in smw_midi_init()1108 outb((control | 0x03), mpu_base + 7); /* xxxxxx11 restarts */ in smw_midi_init()1115 int mpu_base = hw_config->io_base; in init_Jazz16_midi() local1146 switch (mpu_base) in init_Jazz16_midi()1158 printk(KERN_ERR "Jazz16: Invalid MIDI I/O port %x\n", mpu_base); in init_Jazz16_midi()