tag | line | file | source code |
mpu_base | 54 | drivers/sound/cs4232.c | static int mpu_base = 0, mpu_irq = 0; |
mpu_base | 64 | drivers/sound/cs4232.c | mpu_base = hw_config->io_base; |
mpu_base | 155 | drivers/sound/cs4232.c | if (mpu_base != 0 && mpu_irq != 0) |
mpu_base | 158 | drivers/sound/cs4232.c | CS_OUT3 (0x47, (mpu_base >> 8) & 0xff, mpu_base & 0xff); /* MPUbase */ |
mpu_base | 193 | drivers/sound/cs4232.c | if (mpu_base != 0 && mpu_irq != 0) |
mpu_base | 198 | drivers/sound/cs4232.c | hw_config2.io_base = mpu_base; |
mpu_base | 216 | drivers/sound/cs4232.c | mpu_base = mpu_irq = 0; |
mpu_base | 239 | drivers/sound/cs4232.c | if (mpu_base != 0 && mpu_irq != 0 && mpu_detected) |
mpu_base | 244 | drivers/sound/cs4232.c | hw_config2.io_base = mpu_base; |
mpu_base | 57 | drivers/sound/sb_dsp.c | static int mpu_base = 0, mpu_irq = 0; |
mpu_base | 1074 | drivers/sound/sb_dsp.c | initialize_smw (int mpu_base) |
mpu_base | 1077 | drivers/sound/sb_dsp.c | int mp_base = mpu_base + 4; /* Microcontroller base */ |
mpu_base | 1086 | drivers/sound/sb_dsp.c | control = inb (mpu_base + 7); |
mpu_base | 1087 | drivers/sound/sb_dsp.c | outb (control | 3, mpu_base + 7); /* Set last two bits to 1 (?) */ |
mpu_base | 1088 | drivers/sound/sb_dsp.c | outb ((control & 0xfe) | 2, mpu_base + 7); /* xxxxxxx0 resets the mc */ |
mpu_base | 1093 | drivers/sound/sb_dsp.c | outb (control & 0xfc, mpu_base + 7); /* xxxxxx00 enables RAM */ |
mpu_base | 1168 | drivers/sound/sb_dsp.c | outb (control | 0x03, mpu_base + 7); /* xxxxxx11 restarts */ |
mpu_base | 1184 | drivers/sound/sb_dsp.c | outb ((sbc_base & 0x70) | ((mpu_base & 0x30) >> 4), 0x201); |
mpu_base | 1202 | drivers/sound/sb_dsp.c | if (mpu_base != 0) |
mpu_base | 1203 | drivers/sound/sb_dsp.c | if (initialize_smw (mpu_base)) |
mpu_base | 1404 | drivers/sound/sb_dsp.c | mpu_base = hw_config->io_base; |