Searched refs:igetbyte (Results 1 – 2 of 2) sorted by relevance
/sound/pci/ |
D | intel8x0.c | 460 static inline u8 igetbyte(struct intel8x0 *chip, u32 offset) in igetbyte() function 536 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0_codec_semaphore() 546 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_codec_semaphore() 618 int val = igetbyte(chip, ICHREG(ALI_CSPSR)); in snd_intel8x0_ali_codec_ready() 756 status = igetbyte(chip, port + ichdev->roff_sr); in snd_intel8x0_update() 757 civ = igetbyte(chip, port + ICH_REG_OFF_CIV); in snd_intel8x0_update() 872 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ; in snd_intel8x0_pcm_trigger() 916 while (igetbyte(chip, port + ICH_REG_OFF_CR)) in snd_intel8x0_ali_trigger() 924 igetbyte(chip, port + ICH_REG_OFF_SR) | 0x1e); in snd_intel8x0_ali_trigger() 1072 civ = igetbyte(chip, ichdev->reg_offset + ICH_REG_OFF_CIV); in snd_intel8x0_pcm_pointer() [all …]
|
D | intel8x0m.c | 251 static inline u8 igetbyte(struct intel8x0m *chip, u32 offset) in igetbyte() function 329 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0m_codec_semaphore() 339 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0m_codec_semaphore() 453 civ = igetbyte(chip, port + ICH_REG_OFF_CIV); in snd_intel8x0m_update() 564 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ; in snd_intel8x0m_pcm_trigger()
|