Searched refs:rcs2 (Results 1 – 4 of 4) sorted by relevance
76 chip->rcs2 = reg_read(chip, AK4117_REG_RCS2); in snd_ak4117_create()434 unsigned char rcs0, rcs1, rcs2; in snd_ak4117_check_rate_and_errors() local441 rcs2 = reg_read(ak4117, AK4117_REG_RCS2); in snd_ak4117_check_rate_and_errors()447 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors()449 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors()457 ak4117->rcs2 = rcs2; in snd_ak4117_check_rate_and_errors()464 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors()466 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors()
86 chip->rcs2 = reg_read(chip, AK4113_REG_RCS2); in snd_ak4113_create()525 unsigned char rcs0, rcs1, rcs2; in snd_ak4113_check_rate_and_errors() local532 rcs2 = reg_read(ak4113, AK4113_REG_RCS2); in snd_ak4113_check_rate_and_errors()538 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors()540 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()552 ak4113->rcs2 = rcs2; in snd_ak4113_check_rate_and_errors()561 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors()564 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()
164 unsigned char rcs2; member
291 unsigned char rcs2; member