Lines Matching refs:value
205 dev_info(emu->card->dev, "Audigy2 value: Special config.\n");
359 } else if (emu->card_capabilities->ca0108_chip) { /* audigy2 value */
522 static void snd_emu10k1_ecard_write(struct snd_emu10k1 *emu, unsigned int value)
535 /* Set up the value */
536 data = ((value & 0x1) ? PULSEN_BIT : 0);
537 value >>= 1;
553 * trim value consists of a 16bit value which is composed of two
556 * value in decibels into the corresponding bit pattern for a single
572 unsigned int value;
574 value = emu->ecard_ctrl & ~(EC_TRIM_CSN | EC_TRIM_SDATA);
577 value |= EC_TRIM_SDATA;
580 snd_emu10k1_ecard_write(emu, value);
581 snd_emu10k1_ecard_write(emu, value | EC_TRIM_SCLK);
582 snd_emu10k1_ecard_write(emu, value);
631 __always_unused unsigned int value;
637 value = inl(special_port);
639 value = inl(special_port);
641 value = inl(special_port);
643 value = inl(special_port);
645 value = inl(special_port);
647 value = inl(special_port);
660 u8 value;
681 value = fw_entry->data[n];
684 if (value & 0x1)
686 value = value >> 1;