Lines Matching defs:rcs1
86 chip->rcs1 = reg_read(chip, AK4117_REG_RCS1);
128 static unsigned int external_rate(unsigned char rcs1)
130 switch (rcs1 & (AK4117_FS0|AK4117_FS1|AK4117_FS2|AK4117_FS3)) {
435 unsigned char rcs1;
437 rcs1 = reg_read(ak4117, AK4117_REG_RCS1);
438 return external_rate(rcs1);
446 unsigned char rcs0, rcs1, rcs2;
449 rcs1 = reg_read(ak4117, AK4117_REG_RCS1);
454 // printk(KERN_DEBUG "AK IRQ: rcs0 = 0x%x, rcs1 = 0x%x, rcs2 = 0x%x\n", rcs0, rcs1, rcs2);
466 c1 = (ak4117->rcs1 & (AK4117_DTSCD | AK4117_NPCM | AK4117_PEM | 0x0f)) ^
467 (rcs1 & (AK4117_DTSCD | AK4117_NPCM | AK4117_PEM | 0x0f));
469 ak4117->rcs1 = rcs1;
503 res = external_rate(rcs1);