Searched refs:rcs2 (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/i2c/other/ |
H A D | ak4113.c | 86 chip->rcs2 = reg_read(chip, AK4113_REG_RCS2); in snd_ak4113_create() 527 unsigned char rcs0, rcs1, rcs2; in snd_ak4113_check_rate_and_errors() local 534 rcs2 = reg_read(ak4113, AK4113_REG_RCS2); in snd_ak4113_check_rate_and_errors() 540 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors() 542 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors() 554 ak4113->rcs2 = rcs2; in snd_ak4113_check_rate_and_errors() 563 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors() 566 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()
|
H A D | ak4117.c | 87 chip->rcs2 = reg_read(chip, AK4117_REG_RCS2); in snd_ak4117_create() 446 unsigned char rcs0, rcs1, rcs2; in snd_ak4117_check_rate_and_errors() local 453 rcs2 = reg_read(ak4117, AK4117_REG_RCS2); in snd_ak4117_check_rate_and_errors() 454 // printk(KERN_DEBUG "AK IRQ: rcs0 = 0x%x, rcs1 = 0x%x, rcs2 = 0x%x\n", rcs0, rcs1, rcs2); in snd_ak4117_check_rate_and_errors() 460 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors() 462 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors() 470 ak4117->rcs2 = rcs2; in snd_ak4117_check_rate_and_errors() 477 if (rcs2 in snd_ak4117_check_rate_and_errors() [all...] |
/kernel/linux/linux-6.6/sound/i2c/other/ |
H A D | ak4113.c | 86 chip->rcs2 = reg_read(chip, AK4113_REG_RCS2); in snd_ak4113_create() 527 unsigned char rcs0, rcs1, rcs2; in snd_ak4113_check_rate_and_errors() local 534 rcs2 = reg_read(ak4113, AK4113_REG_RCS2); in snd_ak4113_check_rate_and_errors() 540 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors() 542 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors() 554 ak4113->rcs2 = rcs2; in snd_ak4113_check_rate_and_errors() 563 if (rcs2 & AK4113_CCRC) in snd_ak4113_check_rate_and_errors() 566 if (rcs2 & AK4113_QCRC) in snd_ak4113_check_rate_and_errors()
|
H A D | ak4117.c | 87 chip->rcs2 = reg_read(chip, AK4117_REG_RCS2); in snd_ak4117_create() 447 unsigned char rcs0, rcs1, rcs2; in snd_ak4117_check_rate_and_errors() local 454 rcs2 = reg_read(ak4117, AK4117_REG_RCS2); in snd_ak4117_check_rate_and_errors() 455 // printk(KERN_DEBUG "AK IRQ: rcs0 = 0x%x, rcs1 = 0x%x, rcs2 = 0x%x\n", rcs0, rcs1, rcs2); in snd_ak4117_check_rate_and_errors() 461 if (rcs2 & AK4117_CCRC) in snd_ak4117_check_rate_and_errors() 463 if (rcs2 & AK4117_QCRC) in snd_ak4117_check_rate_and_errors() 471 ak4117->rcs2 = rcs2; in snd_ak4117_check_rate_and_errors() 478 if (rcs2 in snd_ak4117_check_rate_and_errors() [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | ak4117.h | 164 unsigned char rcs2; member
|
H A D | ak4113.h | 291 unsigned char rcs2; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ak4117.h | 164 unsigned char rcs2; member
|
H A D | ak4113.h | 291 unsigned char rcs2; member
|
Completed in 7 milliseconds