Searched refs:rcs2 (Results 1 – 4 of 4) sorted by relevance
87 chip->rcs2 = reg_read(chip, AK4117_REG_RCS2); in snd_ak4117_create()446 unsigned char rcs0, rcs1, rcs2; in snd_ak4117_check_rate_and_errors() local453 rcs2 = reg_read(ak4117, AK4117_REG_RCS2); in snd_ak4117_check_rate_and_errors()460 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors()462 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors()470 ak4117->rcs2 = rcs2; in snd_ak4117_check_rate_and_errors()477 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors()479 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors()
86 chip->rcs2 = reg_read(chip, AK4113_REG_RCS2); in snd_ak4113_create()527 unsigned char rcs0, rcs1, rcs2; in snd_ak4113_check_rate_and_errors() local534 rcs2 = reg_read(ak4113, AK4113_REG_RCS2); in snd_ak4113_check_rate_and_errors()540 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors()542 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()554 ak4113->rcs2 = rcs2; in snd_ak4113_check_rate_and_errors()563 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors()566 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()
164 unsigned char rcs2; member
291 unsigned char rcs2; member