Lines Matching refs:value
205 dev_info(emu->card->dev, "Audigy2 value: Special config.\n");
364 } else if (emu->card_capabilities->ca0108_chip) { /* audigy2 value */
517 static void snd_emu10k1_ecard_write(struct snd_emu10k1 *emu, unsigned int value)
530 /* Set up the value */
531 data = ((value & 0x1) ? PULSEN_BIT : 0);
532 value >>= 1;
548 * trim value consists of a 16bit value which is composed of two
551 * value in decibels into the corresponding bit pattern for a single
567 unsigned int value;
569 value = emu->ecard_ctrl & ~(EC_TRIM_CSN | EC_TRIM_SDATA);
572 value |= EC_TRIM_SDATA;
575 snd_emu10k1_ecard_write(emu, value);
576 snd_emu10k1_ecard_write(emu, value | EC_TRIM_SCLK);
577 snd_emu10k1_ecard_write(emu, value);
626 __always_unused unsigned int value;
632 value = inl(special_port);
634 value = inl(special_port);
636 value = inl(special_port);
638 value = inl(special_port);
640 value = inl(special_port);
642 value = inl(special_port);
655 int value;
676 value = fw_entry->data[n];
679 if (value & 0x1)
681 value = value >> 1;