Searched refs:rcs2 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/other/
H A Dak4113.c100 chip->rcs2 = reg_read(chip, AK4113_REG_RCS2);
543 unsigned char rcs0, rcs1, rcs2; local
550 rcs2 = reg_read(ak4113, AK4113_REG_RCS2);
556 if (rcs2 & AK4113_CCRC)
558 if (rcs2 & AK4113_QCRC)
570 ak4113->rcs2 = rcs2;
579 if (rcs2 & AK4113_CCRC)
582 if (rcs2 & AK4113_QCRC)
H A Dak4117.c93 chip->rcs2 = reg_read(chip, AK4117_REG_RCS2);
454 unsigned char rcs0, rcs1, rcs2; local
461 rcs2 = reg_read(ak4117, AK4117_REG_RCS2);
462 // printk(KERN_DEBUG "AK IRQ: rcs0 = 0x%x, rcs1 = 0x%x, rcs2 = 0x%x\n", rcs0, rcs1, rcs2);
468 if (rcs2 & AK4117_CCRC)
470 if (rcs2 & AK4117_QCRC)
478 ak4117->rcs2 = rcs2;
485 if (rcs2
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dak4113.h300 unsigned char rcs2; member in struct:ak4113
H A Dak4117.h174 unsigned char rcs2; member in struct:ak4117

Completed in 33 milliseconds