Searched refs:reg_misc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl4/
H A Dopl4_synth.c305 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);
527 voice[i]->reg_misc = OPL4_LFO_RESET_BIT;
548 voice[i]->reg_misc =
549 (voice[i]->reg_misc & 0x1f) | OPL4_KEY_ON_BIT;
551 voice[i]->reg_misc);
561 voice->reg_misc &= ~OPL4_KEY_ON_BIT;
562 snd_opl4_write(opl4, OPL4_REG_MISC + voice->number, voice->reg_misc);
[all...]
H A Dopl4_local.h168 u8 reg_misc; member in struct:opl4_voice
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpio/
H A Dsx150x.c39 u8 reg_misc; member in struct:sx150x_device_data
68 .reg_misc = 0x10,
83 .reg_misc = 0x1f,
490 chip->dev_cfg->reg_misc,

Completed in 29 milliseconds