Searched refs:AK4114_REG_RCS0 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/i2c/other/ |
H A D | ak4114.c | 97 chip->rcs0 = reg_read(chip, AK4114_REG_RCS0) & ~(AK4114_QINT | AK4114_CINT); in snd_ak4114_create() 410 .private_value = (1<<31) | (1<<8) | AK4114_REG_RCS0, 418 .private_value = (6<<8) | AK4114_REG_RCS0, 426 .private_value = (3<<8) | AK4114_REG_RCS0, 434 .private_value = (1<<31) | (4<<8) | AK4114_REG_RCS0, 564 rcs0 = reg_read(ak4114, AK4114_REG_RCS0); in snd_ak4114_check_rate_and_errors()
|
/kernel/linux/linux-6.6/sound/i2c/other/ |
H A D | ak4114.c | 97 chip->rcs0 = reg_read(chip, AK4114_REG_RCS0) & ~(AK4114_QINT | AK4114_CINT); in snd_ak4114_create() 411 .private_value = (1<<31) | (1<<8) | AK4114_REG_RCS0, 419 .private_value = (6<<8) | AK4114_REG_RCS0, 427 .private_value = (3<<8) | AK4114_REG_RCS0, 435 .private_value = (1<<31) | (4<<8) | AK4114_REG_RCS0, 565 rcs0 = reg_read(ak4114, AK4114_REG_RCS0); in snd_ak4114_check_rate_and_errors()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | ak4114.h | 17 #define AK4114_REG_RCS0 0x06 /* receiver status 0 */ macro 116 /* AK4114_REG_RCS0 */
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | ak4114.h | 17 #define AK4114_REG_RCS0 0x06 /* receiver status 0 */ macro 116 /* AK4114_REG_RCS0 */
|
Completed in 7 milliseconds