Searched refs:rcs2 (Results 1 – 4 of 4) sorted by relevance
102 chip->rcs2 = reg_read(chip, AK4117_REG_RCS2); in snd_ak4117_create()461 unsigned char rcs0, rcs1, rcs2; in snd_ak4117_check_rate_and_errors() local468 rcs2 = reg_read(ak4117, AK4117_REG_RCS2); in snd_ak4117_check_rate_and_errors()475 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors()477 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors()485 ak4117->rcs2 = rcs2; in snd_ak4117_check_rate_and_errors()492 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors()494 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors()
101 chip->rcs2 = reg_read(chip, AK4113_REG_RCS2); in snd_ak4113_create()543 unsigned char rcs0, rcs1, rcs2; in snd_ak4113_check_rate_and_errors() local550 rcs2 = reg_read(ak4113, AK4113_REG_RCS2); in snd_ak4113_check_rate_and_errors()556 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors()558 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()570 ak4113->rcs2 = rcs2; in snd_ak4113_check_rate_and_errors()579 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors()582 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()
179 unsigned char rcs2; member
306 unsigned char rcs2; member