Lines Matching refs:reg_misc
305 opl4->voices[i].reg_misc & ~OPL4_KEY_ON_BIT);
398 voice->reg_misc = (voice->reg_misc & ~OPL4_PAN_POT_MASK)
400 snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc);
526 voice[i]->reg_misc = OPL4_LFO_RESET_BIT;
547 voice[i]->reg_misc =
548 (voice[i]->reg_misc & 0x1f) | OPL4_KEY_ON_BIT;
550 voice[i]->reg_misc);
559 voice->reg_misc &= ~OPL4_KEY_ON_BIT;
560 snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc);
574 voice->reg_misc = (voice->reg_misc & ~OPL4_KEY_ON_BIT) | OPL4_DAMP_BIT;
575 snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc);