Lines Matching defs:rcs1
98 chip->rcs1 = reg_read(chip, AK4114_REG_RCS1);
154 static unsigned int external_rate(unsigned char rcs1)
156 switch (rcs1 & (AK4114_FS0|AK4114_FS1|AK4114_FS2|AK4114_FS3)) {
499 unsigned char rcs0, unsigned char rcs1,
511 if (rcs1 & AK4114_CCRC)
514 if (rcs1 & AK4114_QCRC)
546 unsigned char rcs1;
548 rcs1 = reg_read(ak4114, AK4114_REG_RCS1);
549 return external_rate(rcs1);
558 unsigned char rcs0, rcs1;
561 rcs1 = reg_read(ak4114, AK4114_REG_RCS1);
568 if (rcs1 & AK4114_V)
570 if (rcs1 & AK4114_CCRC)
572 if (rcs1 & AK4114_QCRC)
576 c1 = (ak4114->rcs1 & 0xf0) ^ (rcs1 & 0xf0);
578 ak4114->rcs1 = rcs1;
581 ak4114_notify(ak4114, rcs0, rcs1, c0, c1);
587 res = external_rate(rcs1);