tag | line | file | source code |
MPU_BASE | 412 | drivers/sound/dev_table.h | {SNDCARD_MPU401, {MPU_BASE, MPU_IRQ, 0, -1}, SND_DEFAULT_ENABLE}, |
MPU_BASE | 826 | drivers/sound/sb_dsp.c | #ifndef MPU_BASE /* take default values if not specified */ |
MPU_BASE | 901 | drivers/sound/sb_dsp.c | int mp_base = MPU_BASE + 4; /* Microcontroller base */ |
MPU_BASE | 909 | drivers/sound/sb_dsp.c | control = inb (MPU_BASE + 7); |
MPU_BASE | 910 | drivers/sound/sb_dsp.c | outb (control | 3, MPU_BASE + 7); /* Set last two bits to 1 (?) */ |
MPU_BASE | 911 | drivers/sound/sb_dsp.c | outb ((control & 0xfe) | 2, MPU_BASE + 7); /* xxxxxxx0 resets the mc */ |
MPU_BASE | 916 | drivers/sound/sb_dsp.c | outb (control & 0xfc, MPU_BASE + 7); /* xxxxxx00 enables RAM */ |
MPU_BASE | 991 | drivers/sound/sb_dsp.c | outb (control | 0x03, MPU_BASE + 7); /* xxxxxx11 restarts */ |
MPU_BASE | 1009 | drivers/sound/sb_dsp.c | outb ((sbc_base & 0x70) | ((MPU_BASE & 0x30) >> 4), 0x201); |