Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dsb_common.c1020 int mp_base = mpu_base + 4; /* Microcontroller base */ in smw_midi_init() local
1040 smw_putmem(devc, mp_base, 0, 0x00); in smw_midi_init()
1041 smw_putmem(devc, mp_base, 1, 0xff); in smw_midi_init()
1044 if (smw_getmem(devc, mp_base, 0) != 0x00 || smw_getmem(devc, mp_base, 1) != 0xff) in smw_midi_init()
1046 …controller RAM detected (%02x, %02x)\n", smw_getmem(devc, mp_base, 0), smw_getmem(devc, mp_base, 1… in smw_midi_init()
1075 smw_putmem(devc, mp_base, i, smw_ucode[i]); in smw_midi_init()
1082 if (smw_getmem(devc, mp_base, i) != smw_ucode[i]) in smw_midi_init()