Searched refs:ICHREG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/ |
H A D | intel8x0.c | 71 #define ICHREG(x) ICH_REG_##x macro 486 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) in snd_intel8x0_codec_semaphore() 495 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0_codec_semaphore() 505 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_codec_semaphore() 541 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_codec_read() 544 iputdword(chip, ICHREG(GLOB_STA), tmp & in snd_intel8x0_codec_read() 563 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_codec_read_test() 566 iputdword(chip, ICHREG(GLOB_STA), tmp & in snd_intel8x0_codec_read_test() 579 int val = igetbyte(chip, ICHREG(ALI_CSPS in snd_intel8x0_ali_codec_ready() [all...] |
H A D | intel8x0m.c | 49 #define ICHREG(x) ICH_REG_##x macro 293 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) in snd_intel8x0m_codec_semaphore() 299 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0m_codec_semaphore() 309 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0m_codec_semaphore() 345 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_codec_read() 348 iputdword(chip, ICHREG(GLOB_STA), in snd_intel8x0m_codec_read() 802 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_mixer() 834 iputdword(chip, ICHREG(GLOB_CNT), in snd_intel8x0m_mixer() 835 igetdword(chip, ICHREG(GLOB_CN in snd_intel8x0m_mixer() [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | intel8x0.c | 94 #define ICHREG(x) ICH_REG_##x macro 509 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) in snd_intel8x0_codec_semaphore() 518 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0_codec_semaphore() 528 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_codec_semaphore() 564 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) { in snd_intel8x0_codec_read() 566 iputdword(chip, ICHREG(GLOB_STA), tmp & in snd_intel8x0_codec_read() 585 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) { in snd_intel8x0_codec_read_test() 587 iputdword(chip, ICHREG(GLOB_STA), tmp & in snd_intel8x0_codec_read_test() 600 int val = igetbyte(chip, ICHREG(ALI_CSPS in snd_intel8x0_ali_codec_ready() [all...] |
H A D | intel8x0m.c | 64 #define ICHREG(x) ICH_REG_##x macro 308 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) in snd_intel8x0m_codec_semaphore() 314 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0m_codec_semaphore() 324 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0m_codec_semaphore() 360 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) { in snd_intel8x0m_codec_read() 362 iputdword(chip, ICHREG(GLOB_STA), in snd_intel8x0m_codec_read() 816 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_mixer() 846 iputdword(chip, ICHREG(GLOB_CNT), in snd_intel8x0m_mixer() 847 igetdword(chip, ICHREG(GLOB_CN in snd_intel8x0m_mixer() [all...] |
Completed in 8 milliseconds