Lines Matching refs:ICHREG
79 #define ICHREG(x) ICH_REG_##x macro
323 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) in snd_intel8x0m_codec_semaphore()
329 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0m_codec_semaphore()
339 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0m_codec_semaphore()
375 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) { in snd_intel8x0m_codec_read()
377 iputdword(chip, ICHREG(GLOB_STA), in snd_intel8x0m_codec_read()
848 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_mixer()
878 iputdword(chip, ICHREG(GLOB_CNT), in snd_intel8x0m_mixer()
879 igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD); in snd_intel8x0m_mixer()
896 cnt = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_ich_chip_init()
897 iputdword(chip, ICHREG(GLOB_STA), cnt & status); in snd_intel8x0m_ich_chip_init()
900 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0m_ich_chip_init()
904 iputdword(chip, ICHREG(GLOB_CNT), cnt); in snd_intel8x0m_ich_chip_init()
908 if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0) in snd_intel8x0m_ich_chip_init()
913 igetdword(chip, ICHREG(GLOB_CNT))); in snd_intel8x0m_ich_chip_init()
924 status = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0m_ich_chip_init()
934 igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0m_ich_chip_init()
945 status |= igetdword(chip, ICHREG(GLOB_STA)) & nstatus; in snd_intel8x0m_ich_chip_init()
956 nstatus = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0m_ich_chip_init()
1078 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_proc_read()
1080 igetdword(chip, ICHREG(GLOB_CNT))); in snd_intel8x0m_proc_read()