Searched refs:ICHREG (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/sound/pci/ |
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_CSPSR)); in snd_intel8x0_ali_codec_ready() 593 while (--time && (igetdword(chip, ICHREG(ALI_CAS)) & ALI_CAS_SEM_BUSY)) in snd_intel8x0_ali_codec_semaphore() [all …]
|
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_CNT)) & ~ICH_AC97COLD); in snd_intel8x0m_mixer() 852 cnt = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_ich_chip_init() [all …]
|