Home
last modified time | relevance | path

Searched refs:aes_idx (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/pci/pcxhr/
Dpcxhr_mix22.h53 int hr222_iec958_capture_byte(struct snd_pcxhr *chip, int aes_idx,
55 int hr222_iec958_update_byte(struct snd_pcxhr *chip, int aes_idx,
Dpcxhr_mix22.c637 int aes_idx, unsigned char *aes_bits) in hr222_iec958_capture_byte() argument
639 unsigned char idx = (unsigned char)(aes_idx * 8); in hr222_iec958_capture_byte()
651 chip->chip_idx, aes_idx, temp); in hr222_iec958_capture_byte()
658 int aes_idx, unsigned char aes_bits) in hr222_iec958_update_byte() argument
662 unsigned char old_bits = chip->aes_bits[aes_idx]; in hr222_iec958_update_byte()
663 unsigned char idx = (unsigned char)(aes_idx * 8); in hr222_iec958_update_byte()
676 chip->aes_bits[aes_idx] = aes_bits; in hr222_iec958_update_byte()
Dpcxhr_mixer.c865 int aes_idx, unsigned char *aes_bits) in pcxhr_iec958_capture_byte() argument
882 switch (aes_idx) { in pcxhr_iec958_capture_byte()
891 switch (aes_idx) { in pcxhr_iec958_capture_byte()
922 chip->chip_idx, aes_idx, temp); in pcxhr_iec958_capture_byte()
964 int aes_idx, unsigned char aes_bits) in pcxhr_iec958_update_byte() argument
968 unsigned char old_bits = chip->aes_bits[aes_idx]; in pcxhr_iec958_update_byte()
977 cmd |= ((aes_idx << 3) + i) << 2; /* add bit offset */ in pcxhr_iec958_update_byte()
985 chip->chip_idx, aes_idx, i, cmd); in pcxhr_iec958_update_byte()
993 chip->aes_bits[aes_idx] = aes_bits; in pcxhr_iec958_update_byte()