Lines Matching refs:aes_bits
852 int aes_idx, unsigned char *aes_bits) in pcxhr_iec958_capture_byte() argument
910 *aes_bits = temp; in pcxhr_iec958_capture_byte()
918 unsigned char aes_bits; in pcxhr_iec958_get() local
924 aes_bits = chip->aes_bits[i]; in pcxhr_iec958_get()
928 &aes_bits); in pcxhr_iec958_get()
931 &aes_bits); in pcxhr_iec958_get()
935 ucontrol->value.iec958.status[i] = aes_bits; in pcxhr_iec958_get()
951 int aes_idx, unsigned char aes_bits) in pcxhr_iec958_update_byte() argument
954 unsigned char new_bits = aes_bits; in pcxhr_iec958_update_byte()
955 unsigned char old_bits = chip->aes_bits[aes_idx]; in pcxhr_iec958_update_byte()
980 chip->aes_bits[aes_idx] = aes_bits; in pcxhr_iec958_update_byte()
993 if (ucontrol->value.iec958.status[i] != chip->aes_bits[i]) { in pcxhr_iec958_put()
1055 chip->aes_bits[0] = (IEC958_AES0_PROFESSIONAL | in pcxhr_init_audio_levels()