Searched refs:AK4117_CINT (Results 1 - 2 of 2) sorted by last modified time

/linux-master/sound/i2c/other/
H A Dak4117.c85 chip->rcs0 = reg_read(chip, AK4117_REG_RCS0) & ~(AK4117_QINT | AK4117_CINT | AK4117_STC);
465 c0 = (ak4117->rcs0 & (AK4117_QINT | AK4117_CINT | AK4117_STC | AK4117_AUDION | AK4117_AUTO | AK4117_UNLCK)) ^
466 (rcs0 & (AK4117_QINT | AK4117_CINT | AK4117_STC | AK4117_AUDION | AK4117_AUTO | AK4117_UNLCK));
469 ak4117->rcs0 = rcs0 & ~(AK4117_QINT | AK4117_CINT | AK4117_STC);
487 if ((c1 & AK4117_PEM) | (c0 & AK4117_CINT))
/linux-master/include/sound/
H A Dak4117.h111 #define AK4117_CINT (1<<1) /* channel status buffer interrupt, 0 = no change, 1 = change */ macro

Completed in 289 milliseconds