Searched refs:igetdword (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/ |
H A D | intel8x0.c | 429 static inline u32 igetdword(struct intel8x0 *chip, u32 offset) in igetdword() function 486 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) in snd_intel8x0_codec_semaphore() 505 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_codec_semaphore() 541 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_codec_read() 563 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0_codec_read_test() 593 while (--time && (igetdword(chip, ICHREG(ALI_CAS)) & ALI_CAS_SEM_BUSY)) in snd_intel8x0_ali_codec_semaphore() 756 status = igetdword(chip, chip->int_sta_reg); in snd_intel8x0_interrupt() 834 val = igetdword(chip, ICHREG(ALI_DMACR)); in snd_intel8x0_ali_trigger() 843 fifo = igetdword(chip, fiforeg[ichdev->ali_slot / 4]); in snd_intel8x0_ali_trigger() 871 igetdword(chi in snd_intel8x0_ali_trigger() [all...] |
H A D | intel8x0m.c | 231 static inline u32 igetdword(struct intel8x0m *chip, u32 offset) in igetdword() function 293 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) in snd_intel8x0m_codec_semaphore() 309 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0m_codec_semaphore() 345 tmp = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_codec_read() 478 status = igetdword(chip, chip->int_sta_reg); in snd_intel8x0m_interrupt() 802 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_mixer() 835 igetdword(chip, ICHREG(GLOB_CNT)) & ~ICH_AC97COLD); in snd_intel8x0m_mixer() 852 cnt = igetdword(chip, ICHREG(GLOB_STA)); in snd_intel8x0m_ich_chip_init() 856 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0m_ich_chip_init() 864 if ((igetdword(chi in snd_intel8x0m_ich_chip_init() [all...] |
/kernel/linux/linux-5.10/sound/pci/ |
H A D | intel8x0m.c | 246 static inline u32 igetdword(struct intel8x0m *chip, u32 offset) in igetdword() function 308 if ((igetdword(chip, ICHREG(GLOB_STA)) & codec) == 0) 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() 492 status = igetdword(chip, chip->int_sta_reg); in snd_intel8x0m_interrupt() 816 glob_sta = igetdword(chip, ICHREG(GLOB_STA)); 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() 868 cnt = igetdword(chip, ICHREG(GLOB_CNT)); in snd_intel8x0m_ich_chip_init() 876 if ((igetdword(chi in snd_intel8x0m_ich_chip_init() [all...] |
H A D | intel8x0.c | 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(chi in snd_intel8x0_ali_trigger() [all...] |
Completed in 9 milliseconds