rcs1              290 include/sound/ak4113.h 	unsigned char rcs1;
rcs1              174 include/sound/ak4114.h 	unsigned char rcs1;
rcs1              163 include/sound/ak4117.h 	unsigned char rcs1;
rcs1               85 sound/i2c/other/ak4113.c 	chip->rcs1 = reg_read(chip, AK4113_REG_RCS1);
rcs1              139 sound/i2c/other/ak4113.c static unsigned int external_rate(unsigned char rcs1)
rcs1              141 sound/i2c/other/ak4113.c 	switch (rcs1 & (AK4113_FS0|AK4113_FS1|AK4113_FS2|AK4113_FS3)) {
rcs1              514 sound/i2c/other/ak4113.c 	unsigned char rcs1;
rcs1              516 sound/i2c/other/ak4113.c 	rcs1 = reg_read(ak4113, AK4113_REG_RCS1);
rcs1              517 sound/i2c/other/ak4113.c 	return external_rate(rcs1);
rcs1              527 sound/i2c/other/ak4113.c 	unsigned char rcs0, rcs1, rcs2;
rcs1              530 sound/i2c/other/ak4113.c 	rcs1 = reg_read(ak4113, AK4113_REG_RCS1);
rcs1              548 sound/i2c/other/ak4113.c 	c1 = (ak4113->rcs1 & (AK4113_DTSCD | AK4113_NPCM | AK4113_PEM |
rcs1              550 sound/i2c/other/ak4113.c 		(rcs1 & (AK4113_DTSCD | AK4113_NPCM | AK4113_PEM |
rcs1              553 sound/i2c/other/ak4113.c 	ak4113->rcs1 = rcs1;
rcs1              597 sound/i2c/other/ak4113.c 	res = external_rate(rcs1);
rcs1               98 sound/i2c/other/ak4114.c 	chip->rcs1 = reg_read(chip, AK4114_REG_RCS1);
rcs1              154 sound/i2c/other/ak4114.c static unsigned int external_rate(unsigned char rcs1)
rcs1              156 sound/i2c/other/ak4114.c 	switch (rcs1 & (AK4114_FS0|AK4114_FS1|AK4114_FS2|AK4114_FS3)) {
rcs1              499 sound/i2c/other/ak4114.c 			  unsigned char rcs0, unsigned char rcs1,
rcs1              511 sound/i2c/other/ak4114.c 	if (rcs1 & AK4114_CCRC)
rcs1              514 sound/i2c/other/ak4114.c 	if (rcs1 & AK4114_QCRC)
rcs1              546 sound/i2c/other/ak4114.c 	unsigned char rcs1;
rcs1              548 sound/i2c/other/ak4114.c 	rcs1 = reg_read(ak4114, AK4114_REG_RCS1);
rcs1              549 sound/i2c/other/ak4114.c 	return external_rate(rcs1);
rcs1              558 sound/i2c/other/ak4114.c 	unsigned char rcs0, rcs1;
rcs1              561 sound/i2c/other/ak4114.c 	rcs1 = reg_read(ak4114, AK4114_REG_RCS1);
rcs1              568 sound/i2c/other/ak4114.c 	if (rcs1 & AK4114_V)
rcs1              570 sound/i2c/other/ak4114.c 	if (rcs1 & AK4114_CCRC)
rcs1              572 sound/i2c/other/ak4114.c 	if (rcs1 & AK4114_QCRC)
rcs1              576 sound/i2c/other/ak4114.c 	c1 = (ak4114->rcs1 & 0xf0) ^ (rcs1 & 0xf0);
rcs1              578 sound/i2c/other/ak4114.c 	ak4114->rcs1 = rcs1;
rcs1              581 sound/i2c/other/ak4114.c 	ak4114_notify(ak4114, rcs0, rcs1, c0, c1);
rcs1              587 sound/i2c/other/ak4114.c 	res = external_rate(rcs1);
rcs1               86 sound/i2c/other/ak4117.c 	chip->rcs1 = reg_read(chip, AK4117_REG_RCS1);
rcs1              128 sound/i2c/other/ak4117.c static unsigned int external_rate(unsigned char rcs1)
rcs1              130 sound/i2c/other/ak4117.c 	switch (rcs1 & (AK4117_FS0|AK4117_FS1|AK4117_FS2|AK4117_FS3)) {
rcs1              435 sound/i2c/other/ak4117.c 	unsigned char rcs1;
rcs1              437 sound/i2c/other/ak4117.c 	rcs1 = reg_read(ak4117, AK4117_REG_RCS1);
rcs1              438 sound/i2c/other/ak4117.c 	return external_rate(rcs1);
rcs1              446 sound/i2c/other/ak4117.c 	unsigned char rcs0, rcs1, rcs2;
rcs1              449 sound/i2c/other/ak4117.c 	rcs1 = reg_read(ak4117, AK4117_REG_RCS1);
rcs1              466 sound/i2c/other/ak4117.c 	c1 = (ak4117->rcs1 & (AK4117_DTSCD | AK4117_NPCM | AK4117_PEM | 0x0f)) ^
rcs1              467 sound/i2c/other/ak4117.c 	             (rcs1 & (AK4117_DTSCD | AK4117_NPCM | AK4117_PEM | 0x0f));
rcs1              469 sound/i2c/other/ak4117.c 	ak4117->rcs1 = rcs1;
rcs1              503 sound/i2c/other/ak4117.c 	res = external_rate(rcs1);