Searched refs:igetbyte (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/sound/pci/ |
D | intel8x0.c | 419 static inline u8 igetbyte(struct intel8x0 *chip, u32 offset) in igetbyte() function 495 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0_codec_semaphore() 505 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_codec_semaphore() 579 int val = igetbyte(chip, ICHREG(ALI_CSPSR)); in snd_intel8x0_ali_codec_ready() 701 status = igetbyte(chip, port + ichdev->roff_sr); in snd_intel8x0_update() 702 civ = igetbyte(chip, port + ICH_REG_OFF_CIV); in snd_intel8x0_update() 817 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ; in snd_intel8x0_pcm_trigger() 861 while (igetbyte(chip, port + ICH_REG_OFF_CR)) in snd_intel8x0_ali_trigger() 869 igetbyte(chip, port + ICH_REG_OFF_SR) | 0x1e); in snd_intel8x0_ali_trigger() 1001 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV); in snd_intel8x0_pcm_pointer() [all …]
|
D | intel8x0m.c | 221 static inline u8 igetbyte(struct intel8x0m *chip, u32 offset) in igetbyte() function 299 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0m_codec_semaphore() 309 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0m_codec_semaphore() 424 civ = igetbyte(chip, port + ICH_REG_OFF_CIV); in snd_intel8x0m_update() 535 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ; in snd_intel8x0m_pcm_trigger()
|