Home
last modified time | relevance | path

Searched refs:mp_base (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/sound/oss/
Dsb_common.c1012 int mp_base = mpu_base + 4; /* Microcontroller base */ in smw_midi_init() local
1032 smw_putmem(devc, mp_base, 0, 0x00); in smw_midi_init()
1033 smw_putmem(devc, mp_base, 1, 0xff); in smw_midi_init()
1036 if (smw_getmem(devc, mp_base, 0) != 0x00 || smw_getmem(devc, mp_base, 1) != 0xff) in smw_midi_init()
1038 …controller RAM detected (%02x, %02x)\n", smw_getmem(devc, mp_base, 0), smw_getmem(devc, mp_base, 1… in smw_midi_init()
1067 smw_putmem(devc, mp_base, i, smw_ucode[i]); in smw_midi_init()
1074 if (smw_getmem(devc, mp_base, i) != smw_ucode[i]) in smw_midi_init()