Searched refs:rcs2 (Results 1 – 4 of 4) sorted by relevance
102 chip->rcs2 = reg_read(chip, AK4117_REG_RCS2); in snd_ak4117_create()462 unsigned char rcs0, rcs1, rcs2; in snd_ak4117_check_rate_and_errors() local469 rcs2 = reg_read(ak4117, AK4117_REG_RCS2); in snd_ak4117_check_rate_and_errors()476 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors()478 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors()486 ak4117->rcs2 = rcs2; in snd_ak4117_check_rate_and_errors()493 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors()495 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors()
101 chip->rcs2 = reg_read(chip, AK4113_REG_RCS2); in snd_ak4113_create()544 unsigned char rcs0, rcs1, rcs2; in snd_ak4113_check_rate_and_errors() local551 rcs2 = reg_read(ak4113, AK4113_REG_RCS2); in snd_ak4113_check_rate_and_errors()557 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors()559 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()571 ak4113->rcs2 = rcs2; in snd_ak4113_check_rate_and_errors()580 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors()583 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()
174 unsigned char rcs2; member
301 unsigned char rcs2; member