Lines Matching refs:ICHREG

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_CNT)) & ~ICH_AC97COLD); in snd_intel8x0m_mixer()
864 cnt = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_ich_chip_init()
865 iputdword(chip, ICHREG(GLOB_STA), cnt & status); in snd_intel8x0m_ich_chip_init()
868 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0m_ich_chip_init()
872 iputdword(chip, ICHREG(GLOB_CNT), cnt); in snd_intel8x0m_ich_chip_init()
876 if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0) in snd_intel8x0m_ich_chip_init()
881 igetdword(chip, ICHREG(GLOB_CNT))); in snd_intel8x0m_ich_chip_init()
892 status = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0m_ich_chip_init()
902 igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0m_ich_chip_init()
913 status |= igetdword(chip, ICHREG(GLOB_STA)) & nstatus; in snd_intel8x0m_ich_chip_init()
924 nstatus = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0m_ich_chip_init()
1044 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_proc_read()
1046 igetdword(chip, ICHREG(GLOB_CNT))); in snd_intel8x0m_proc_read()