Lines Matching refs:value
82 /* value should be set to zero. */
130 /* to the CN value written will be cleared. */
400 // - The value is multiplied by CVCF_CURRENTVOL.
401 // - The value goes through a filter with cutoff CVCF_CURRENTFILTER;
403 // - The value is added by so-called `sends` to 4 (EMU10K1) / 8 (EMU10K2)
512 #define ENVVOL_MASK 0x0000ffff /* Current value of volume envelope state variable */
530 #define LFOVAL1 0x13 /* Modulation LFO value */
531 #define LFOVAL_MASK 0x0000ffff /* Current value of modulation LFO state variable */
535 #define ENVVAL_MASK 0x0000ffff /* Current value of modulation envelope state variable */
551 #define LFOVAL2_MASK 0x0000ffff /* Current value of vibrato LFO state variable */
591 #define TEMPENV_MASK 0x0000ffff /* 16-bit value */
999 // with the clock multiplier, the clock source is reset to this value, and
1512 unsigned int capture_cr_val; /* control value */
1514 unsigned int capture_bs_val; /* buffer size value */
1558 int value[32];
1681 unsigned int wclock; /* Cached register value */
1682 unsigned int word_clock; /* Cached effective value */
1836 int snd_emu10k1_i2c_write(struct snd_emu10k1 *emu, u32 reg, u32 value);
1837 void snd_emu1010_fpga_write(struct snd_emu10k1 *emu, u32 reg, u32 value);
1838 void snd_emu1010_fpga_read(struct snd_emu10k1 *emu, u32 reg, u32 *value);