Searched refs:reg_side (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_synth.c197 unsigned short reg_side; local
209 reg_side = OPL3_LEFT;
213 reg_side = OPL3_RIGHT;
216 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][0]);
218 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + snd_opl3_regmap[voice_offset][1]);
221 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
237 unsigned short reg_side; local
252 reg_side = OPL3_LEFT;
256 reg_side = OPL3_RIGHT;
262 opl3_reg = reg_side | (OPL3_REG_FNUM_LO
284 unsigned short reg_side; local
[all...]
H A Dopl3_midi.c304 unsigned short reg_side; local
394 reg_side = OPL3_LEFT;
399 reg_side = OPL3_RIGHT;
407 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK + voice_offset);
414 opl3_reg = reg_side | (OPL3_REG_KEYON_BLOCK +
480 opl3_reg = reg_side | (OPL3_REG_AM_VIB + op_offset);
485 opl3_reg = reg_side | (OPL3_REG_KSL_LEVEL + op_offset);
490 opl3_reg = reg_side | (OPL3_REG_ATTACK_DECAY + op_offset);
495 opl3_reg = reg_side | (OPL3_REG_SUSTAIN_RELEASE + op_offset);
500 opl3_reg = reg_side | (OPL3_REG_WAVE_SELEC
621 unsigned short reg_side; local
739 unsigned short reg_side; local
[all...]

Completed in 91 milliseconds