Home
last modified time | relevance | path

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

/sound/oss/
Dsb_common.c1007 int mp_base = mpu_base + 4; /* Microcontroller base */ in smw_midi_init() local
1027 smw_putmem(devc, mp_base, 0, 0x00); in smw_midi_init()
1028 smw_putmem(devc, mp_base, 1, 0xff); in smw_midi_init()
1031 if (smw_getmem(devc, mp_base, 0) != 0x00 || smw_getmem(devc, mp_base, 1) != 0xff) in smw_midi_init()
1033 …controller RAM detected (%02x, %02x)\n", smw_getmem(devc, mp_base, 0), smw_getmem(devc, mp_base, 1… in smw_midi_init()
1062 smw_putmem(devc, mp_base, i, smw_ucode[i]); in smw_midi_init()
1069 if (smw_getmem(devc, mp_base, i) != smw_ucode[i]) in smw_midi_init()