Lines Matching defs:rcs1
75 chip->rcs1 = reg_read(chip, AK4117_REG_RCS1);
118 static unsigned int external_rate(unsigned char rcs1)
120 switch (rcs1 & (AK4117_FS0|AK4117_FS1|AK4117_FS2|AK4117_FS3)) {
423 unsigned char rcs1;
425 rcs1 = reg_read(ak4117, AK4117_REG_RCS1);
426 return external_rate(rcs1);
434 unsigned char rcs0, rcs1, rcs2;
437 rcs1 = reg_read(ak4117, AK4117_REG_RCS1);
453 c1 = (ak4117->rcs1 & (AK4117_DTSCD | AK4117_NPCM | AK4117_PEM | 0x0f)) ^
454 (rcs1 & (AK4117_DTSCD | AK4117_NPCM | AK4117_PEM | 0x0f));
456 ak4117->rcs1 = rcs1;
490 res = external_rate(rcs1);