Searched refs:aes_idx (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/sound/pci/pcxhr/ |
D | pcxhr_mix22.h | 52 int hr222_iec958_capture_byte(struct snd_pcxhr *chip, int aes_idx, 54 int hr222_iec958_update_byte(struct snd_pcxhr *chip, int aes_idx,
|
D | pcxhr_mix22.c | 621 int aes_idx, unsigned char *aes_bits) in hr222_iec958_capture_byte() argument 623 unsigned char idx = (unsigned char)(aes_idx * 8); in hr222_iec958_capture_byte() 635 chip->chip_idx, aes_idx, temp); in hr222_iec958_capture_byte() 642 int aes_idx, unsigned char aes_bits) in hr222_iec958_update_byte() argument 646 unsigned char old_bits = chip->aes_bits[aes_idx]; in hr222_iec958_update_byte() 647 unsigned char idx = (unsigned char)(aes_idx * 8); in hr222_iec958_update_byte() 660 chip->aes_bits[aes_idx] = aes_bits; in hr222_iec958_update_byte()
|
D | pcxhr_mixer.c | 877 int aes_idx, unsigned char *aes_bits) in pcxhr_iec958_capture_byte() argument 894 switch (aes_idx) { in pcxhr_iec958_capture_byte() 903 switch (aes_idx) { in pcxhr_iec958_capture_byte() 934 chip->chip_idx, aes_idx, temp); in pcxhr_iec958_capture_byte() 976 int aes_idx, unsigned char aes_bits) in pcxhr_iec958_update_byte() argument 980 unsigned char old_bits = chip->aes_bits[aes_idx]; in pcxhr_iec958_update_byte() 989 cmd |= ((aes_idx << 3) + i) << 2; /* add bit offset */ in pcxhr_iec958_update_byte() 996 chip->chip_idx, aes_idx, i, cmd); in pcxhr_iec958_update_byte() 1004 chip->aes_bits[aes_idx] = aes_bits; in pcxhr_iec958_update_byte()
|