Lines Matching refs:igetdword
452 static inline u32 igetdword(struct intel8x0 *chip, u32 offset) in igetdword() function
509 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) 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()
585 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) { in snd_intel8x0_codec_read_test()
614 while (--time && (igetdword(chip, ICHREG(ALI_CAS)) & ALI_CAS_SEM_BUSY)) in snd_intel8x0_ali_codec_semaphore()
777 status = igetdword(chip, chip->int_sta_reg); in snd_intel8x0_interrupt()
855 val = igetdword(chip, ICHREG(ALI_DMACR)); in snd_intel8x0_ali_trigger()
864 fifo = igetdword(chip, fiforeg[ichdev->ali_slot / 4]); in snd_intel8x0_ali_trigger()
892 igetdword(chip, ICHREG(ALI_INTERRUPTSR)) & ichdev->int_sta_mask); in snd_intel8x0_ali_trigger()
947 cnt = igetdword(chip, ICHREG(ALI_SCR)); in snd_intel8x0_setup_pcm_out()
956 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_setup_pcm_out()
965 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_setup_pcm_out()
1262 val = igetdword(chip, ICHREG(ALI_INTERFACECR)); in snd_intel8x0_ali_ac97spdifout_open()
1278 val = igetdword(chip, ICHREG(ALI_INTERFACECR)); in snd_intel8x0_ali_ac97spdifout_close()
2182 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_mixer()
2207 unsigned int reg = igetdword(chip, ICHREG(ALI_RTSR)); in snd_intel8x0_mixer()
2294 if ((igetdword(chip, ICHREG(GLOB_STA)) & ICH_SAMPLE_CAP) == ICH_SAMPLE_16_20) in snd_intel8x0_mixer()
2304 val = igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_PCM_SPDIF_MASK; in snd_intel8x0_mixer()
2316 igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD); in snd_intel8x0_mixer()
2351 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_ich_chip_cold_reset()
2358 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_ich_chip_cold_reset()
2376 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_ich_chip_reset()
2383 if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0) in snd_intel8x0_ich_chip_reset()
2388 igetdword(chip, ICHREG(GLOB_CNT))); in snd_intel8x0_ich_chip_reset()
2404 cnt = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_ich_chip_init()
2421 status = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0_ich_chip_init()
2431 igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_ich_chip_init()
2440 status |= igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0_ich_chip_init()
2454 nstatus = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0_ich_chip_init()
2481 reg = igetdword(chip, ICHREG(ALI_SCR)); in snd_intel8x0_ali_chip_init()
2490 if (! (igetdword(chip, ICHREG(ALI_INTERRUPTSR)) & ALI_INT_GPIO)) in snd_intel8x0_ali_chip_init()
2500 reg = igetdword(chip, ICHREG(ALI_RTSR)); in snd_intel8x0_ali_chip_init()
2631 (igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_PCM_SPDIF_MASK) | in intel8x0_resume()
2817 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_proc_read()
2818 snd_iprintf(buffer, "Global control : 0x%08x\n", igetdword(chip, ICHREG(GLOB_CNT))); in snd_intel8x0_proc_read()
2821 snd_iprintf(buffer, "SDM : 0x%08x\n", igetdword(chip, ICHREG(SDM))); in snd_intel8x0_proc_read()