HomeSort by: relevance | last modified time | path
    Searched defs:opm_set_voice_sub (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/dev/
opm.c 120 void opm_set_voice_sub(int, struct opm_operator *);
182 opm_set_voice_sub(0x40 + channel, &voice->m1);
183 opm_set_voice_sub(0x48 + channel, &voice->m2);
184 opm_set_voice_sub(0x50 + channel, &voice->c1);
185 opm_set_voice_sub(0x58 + channel, &voice->c2);
191 opm_set_voice_sub(int reg, struct opm_operator *op) function in typeref:typename:void
opm.c 120 void opm_set_voice_sub(int, struct opm_operator *);
182 opm_set_voice_sub(0x40 + channel, &voice->m1);
183 opm_set_voice_sub(0x48 + channel, &voice->m2);
184 opm_set_voice_sub(0x50 + channel, &voice->c1);
185 opm_set_voice_sub(0x58 + channel, &voice->c2);
191 opm_set_voice_sub(int reg, struct opm_operator *op) function in typeref:typename:void

Completed in 22 milliseconds