Searched refs:igetbyte (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/sound/pci/ |
H A 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(chi in snd_intel8x0_pcm_pointer() [all...] |
H A 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()
|
/kernel/linux/linux-5.10/sound/pci/ |
H A D | intel8x0.c | 442 static inline u8 igetbyte(struct intel8x0 *chip, u32 offset) in igetbyte() function 518 if (!(igetbyte(chip, ICHREG(ACC_SEMA)) & ICH_CAS)) in snd_intel8x0_codec_semaphore() 528 igetbyte(chip, ICHREG(ACC_SEMA)), igetdword(chip, ICHREG(GLOB_STA))); in snd_intel8x0_codec_semaphore() 600 int val = igetbyte(chip, ICHREG(ALI_CSPSR)); in snd_intel8x0_ali_codec_ready() 722 status = igetbyte(chip, port + ichdev->roff_sr); in snd_intel8x0_update() 723 civ = igetbyte(chip, port + ICH_REG_OFF_CIV); in snd_intel8x0_update() 838 while (!(igetbyte(chip, port + ichdev->roff_sr) & ICH_DCH)) ; in snd_intel8x0_pcm_trigger() 882 while (igetbyte(chip, port + ICH_REG_OFF_CR)) in snd_intel8x0_ali_trigger() 890 igetbyte(chip, port + ICH_REG_OFF_SR) | 0x1e); in snd_intel8x0_ali_trigger() 1022 civ = igetbyte(chi in snd_intel8x0_pcm_pointer() [all...] |
H A 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()
|
Completed in 10 milliseconds