Lines Matching defs:rcs1
98 chip->rcs1 = reg_read(chip, AK4114_REG_RCS1);
155 static unsigned int external_rate(unsigned char rcs1)
157 switch (rcs1 & (AK4114_FS0|AK4114_FS1|AK4114_FS2|AK4114_FS3)) {
500 unsigned char rcs0, unsigned char rcs1,
512 if (rcs1 & AK4114_CCRC)
515 if (rcs1 & AK4114_QCRC)
547 unsigned char rcs1;
549 rcs1 = reg_read(ak4114, AK4114_REG_RCS1);
550 return external_rate(rcs1);
559 unsigned char rcs0, rcs1;
562 rcs1 = reg_read(ak4114, AK4114_REG_RCS1);
569 if (rcs1 & AK4114_V)
571 if (rcs1 & AK4114_CCRC)
573 if (rcs1 & AK4114_QCRC)
577 c1 = (ak4114->rcs1 & 0xf0) ^ (rcs1 & 0xf0);
579 ak4114->rcs1 = rcs1;
582 ak4114_notify(ak4114, rcs0, rcs1, c0, c1);
588 res = external_rate(rcs1);