Home
last modified time | relevance | path

Searched refs:igetdword (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/
Dintel8x0m.c261 static inline u32 igetdword(struct intel8x0m *chip, u32 offset) in igetdword() function
323 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) 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()
507 status = igetdword(chip, chip->int_sta_reg); in snd_intel8x0m_interrupt()
848 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); 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()
900 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0m_ich_chip_init()
908 if ((igetdword(chip, ICHREG(GLOB_CNT)) & ICH_AC97WARM) == 0) in snd_intel8x0m_ich_chip_init()
[all …]
Dintel8x0.c476 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()
[all …]