Searched refs:rcs0 (Results 1 – 9 of 9) sorted by relevance
/linux/sound/i2c/other/ |
A D | ak4117.c | 85 chip->rcs0 = reg_read(chip, AK4117_REG_RCS0) & ~(AK4117_QINT | AK4117_CINT | AK4117_STC); in snd_ak4117_create() 447 unsigned char rcs0, rcs1, rcs2; in snd_ak4117_check_rate_and_errors() local 453 rcs0 = reg_read(ak4117, AK4117_REG_RCS0); in snd_ak4117_check_rate_and_errors() 457 if (rcs0 & AK4117_PAR) in snd_ak4117_check_rate_and_errors() 459 if (rcs0 & AK4117_V) in snd_ak4117_check_rate_and_errors() 465 …c0 = (ak4117->rcs0 & (AK4117_QINT | AK4117_CINT | AK4117_STC | AK4117_AUDION | AK4117_AUTO | AK411… in snd_ak4117_check_rate_and_errors() 466 … (rcs0 & (AK4117_QINT | AK4117_CINT | AK4117_STC | AK4117_AUDION | AK4117_AUTO | AK4117_UNLCK)); in snd_ak4117_check_rate_and_errors() 469 ak4117->rcs0 = rcs0 & ~(AK4117_QINT | AK4117_CINT | AK4117_STC); in snd_ak4117_check_rate_and_errors() 474 if (rcs0 & AK4117_PAR) in snd_ak4117_check_rate_and_errors() 476 if (rcs0 & AK4117_V) in snd_ak4117_check_rate_and_errors()
|
A D | ak4113.c | 83 chip->rcs0 = reg_read(chip, AK4113_REG_RCS0) & ~(AK4113_QINT | in snd_ak4113_create() 527 unsigned char rcs0, rcs1, rcs2; in snd_ak4113_check_rate_and_errors() local 533 rcs0 = reg_read(ak4113, AK4113_REG_RCS0); in snd_ak4113_check_rate_and_errors() 536 if (rcs0 & AK4113_PAR) in snd_ak4113_check_rate_and_errors() 538 if (rcs0 & AK4113_V) in snd_ak4113_check_rate_and_errors() 544 c0 = (ak4113->rcs0 & (AK4113_QINT | AK4113_CINT | AK4113_STC | in snd_ak4113_check_rate_and_errors() 546 (rcs0 & (AK4113_QINT | AK4113_CINT | AK4113_STC | in snd_ak4113_check_rate_and_errors() 552 ak4113->rcs0 = rcs0 & ~(AK4113_QINT | AK4113_CINT | AK4113_STC); in snd_ak4113_check_rate_and_errors() 557 if (rcs0 & AK4113_PAR) in snd_ak4113_check_rate_and_errors() 560 if (rcs0 & AK4113_V) in snd_ak4113_check_rate_and_errors()
|
A D | ak4114.c | 97 chip->rcs0 = reg_read(chip, AK4114_REG_RCS0) & ~(AK4114_QINT | AK4114_CINT); in snd_ak4114_create() 500 unsigned char rcs0, unsigned char rcs1, in ak4114_notify() argument 506 if (rcs0 & AK4114_PAR) in ak4114_notify() 509 if (rcs0 & AK4114_V) in ak4114_notify() 559 unsigned char rcs0, rcs1; in snd_ak4114_check_rate_and_errors() local 565 rcs0 = reg_read(ak4114, AK4114_REG_RCS0); in snd_ak4114_check_rate_and_errors() 567 if (rcs0 & AK4114_PAR) in snd_ak4114_check_rate_and_errors() 575 …c0 = (ak4114->rcs0 & (AK4114_QINT | AK4114_CINT | AK4114_PEM | AK4114_AUDION | AK4114_AUTO | AK411… in snd_ak4114_check_rate_and_errors() 576 … (rcs0 & (AK4114_QINT | AK4114_CINT | AK4114_PEM | AK4114_AUDION | AK4114_AUTO | AK4114_UNLCK)); in snd_ak4114_check_rate_and_errors() 578 ak4114->rcs0 = rcs0 & ~(AK4114_QINT | AK4114_CINT); in snd_ak4114_check_rate_and_errors() [all …]
|
/linux/sound/pcmcia/pdaudiocf/ |
A D | pdaudiocf_core.c | 166 if (ak4117->rcs0 & AK4117_UNLCK) in snd_pdacf_ak4117_change() 263 return (chip->ak4117->rcs0 & AK4117_UNLCK) == 0; in check_signal()
|
A D | pdaudiocf_pcm.c | 71 if ((chip->ak4117->rcs0 & AK4117_UNLCK) || runtime->rate != rate) { in pdacf_pcm_trigger()
|
/linux/include/sound/ |
A D | ak4117.h | 162 unsigned char rcs0; member
|
A D | ak4114.h | 173 unsigned char rcs0; member
|
A D | ak4113.h | 289 unsigned char rcs0; member
|
/linux/drivers/gpu/drm/i915/selftests/ |
A D | i915_request.c | 62 static struct intel_engine_cs *rcs0(struct drm_i915_private *i915) in rcs0() function 74 request = mock_request(rcs0(i915)->kernel_context, HZ / 10); in igt_add_request() 92 request = mock_request(rcs0(i915)->kernel_context, T); in igt_wait_request() 161 request = mock_request(rcs0(i915)->kernel_context, T); in igt_fence_wait() 436 .engine = rcs0(i915), in mock_breadcrumbs_smoketest()
|
Completed in 25 milliseconds