Lines Matching defs:rcs1
87 chip->rcs1 = reg_read(chip, AK4114_REG_RCS1);
144 static unsigned int external_rate(unsigned char rcs1)
146 switch (rcs1 & (AK4114_FS0|AK4114_FS1|AK4114_FS2|AK4114_FS3)) {
488 unsigned char rcs0, unsigned char rcs1,
500 if (rcs1 & AK4114_CCRC)
503 if (rcs1 & AK4114_QCRC)
535 unsigned char rcs1;
537 rcs1 = reg_read(ak4114, AK4114_REG_RCS1);
538 return external_rate(rcs1);
547 unsigned char rcs0, rcs1;
550 rcs1 = reg_read(ak4114, AK4114_REG_RCS1);
557 if (rcs1 & AK4114_V)
559 if (rcs1 & AK4114_CCRC)
561 if (rcs1 & AK4114_QCRC)
565 c1 = (ak4114->rcs1 & 0xf0) ^ (rcs1 & 0xf0);
567 ak4114->rcs1 = rcs1;
570 ak4114_notify(ak4114, rcs0, rcs1, c0, c1);
576 res = external_rate(rcs1);