Lines Matching refs:igetdword
476 static inline u32 igetdword(struct intel8x0 *chip, u32 offset) in igetdword() function
533 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) in snd_intel8x0_codec_semaphore()
552 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_codec_semaphore()
588 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) { in snd_intel8x0_codec_read()
609 if ((tmp = igetdword(chip, ICHREG(GLOB_STA))) & ICH_RCS) { in snd_intel8x0_codec_read_test()
638 while (--time && (igetdword(chip, ICHREG(ALI_CAS)) & ALI_CAS_SEM_BUSY)) in snd_intel8x0_ali_codec_semaphore()
817 status = igetdword(chip, chip->int_sta_reg); in snd_intel8x0_interrupt()
895 val = igetdword(chip, ICHREG(ALI_DMACR)); in snd_intel8x0_ali_trigger()
904 fifo = igetdword(chip, fiforeg[ichdev->ali_slot / 4]); in snd_intel8x0_ali_trigger()
932 igetdword(chip, ICHREG(ALI_INTERRUPTSR)) & ichdev->int_sta_mask); in snd_intel8x0_ali_trigger()
1004 cnt = igetdword(chip, ICHREG(ALI_SCR)); in snd_intel8x0_setup_pcm_out()
1013 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_setup_pcm_out()
1022 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_setup_pcm_out()
1318 val = igetdword(chip, ICHREG(ALI_INTERFACECR)); in snd_intel8x0_ali_ac97spdifout_open()
1334 val = igetdword(chip, ICHREG(ALI_INTERFACECR)); in snd_intel8x0_ali_ac97spdifout_close()
2247 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_mixer()
2272 unsigned int reg = igetdword(chip, ICHREG(ALI_RTSR)); in snd_intel8x0_mixer()
2359 if ((igetdword(chip, ICHREG(GLOB_STA)) & ICH_SAMPLE_CAP) == ICH_SAMPLE_16_20) in snd_intel8x0_mixer()
2369 val = igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_PCM_SPDIF_MASK; in snd_intel8x0_mixer()
2381 igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD); in snd_intel8x0_mixer()
2416 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_ich_chip_cold_reset()
2423 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_ich_chip_cold_reset()
2441 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0_ich_chip_reset()
2448 if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0) in snd_intel8x0_ich_chip_reset()
2453 igetdword(chip, ICHREG(GLOB_CNT))); in snd_intel8x0_ich_chip_reset()
2469 cnt = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_ich_chip_init()
2486 status = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0_ich_chip_init()
2496 igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_ich_chip_init()
2505 status |= igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0_ich_chip_init()
2519 nstatus = igetdword(chip, ICHREG(GLOB_STA)) & in snd_intel8x0_ich_chip_init()
2546 reg = igetdword(chip, ICHREG(ALI_SCR)); in snd_intel8x0_ali_chip_init()
2555 if (! (igetdword(chip, ICHREG(ALI_INTERRUPTSR)) & ALI_INT_GPIO)) in snd_intel8x0_ali_chip_init()
2565 reg = igetdword(chip, ICHREG(ALI_RTSR)); in snd_intel8x0_ali_chip_init()
2711 (igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_PCM_SPDIF_MASK) | in intel8x0_resume()
2914 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_proc_read()
2915 snd_iprintf(buffer, "Global control : 0x%08x\n", igetdword(chip, ICHREG(GLOB_CNT))); in snd_intel8x0_proc_read()
2918 snd_iprintf(buffer, "SDM : 0x%08x\n", igetdword(chip, ICHREG(SDM))); in snd_intel8x0_proc_read()