Searched refs:igetbyte (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/sound/pci/ |
D | intel8x0.c | 441 static inline u8 igetbyte(struct intel8x0 *chip, u32 offset) in igetbyte() function 517 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0_codec_semaphore() 527 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_codec_semaphore() 599 int val = igetbyte(chip, ICHREG(ALI_CSPSR)); in snd_intel8x0_ali_codec_ready() 718 status = igetbyte(chip, port + ichdev->roff_sr); in snd_intel8x0_update() 719 civ = igetbyte(chip, port + ICH_REG_OFF_CIV); in snd_intel8x0_update() 834 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ; in snd_intel8x0_pcm_trigger() 878 while (igetbyte(chip, port + ICH_REG_OFF_CR)) in snd_intel8x0_ali_trigger() 886 igetbyte(chip, port + ICH_REG_OFF_SR) | 0x1e); in snd_intel8x0_ali_trigger() 1018 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV); in snd_intel8x0_pcm_pointer() [all …]
|
D | intel8x0m.c | 236 static inline u8 igetbyte(struct intel8x0m *chip, u32 offset) in igetbyte() function 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() 438 civ = igetbyte(chip, port + ICH_REG_OFF_CIV); in snd_intel8x0m_update() 549 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ; in snd_intel8x0m_pcm_trigger()
|