Searched refs:igetword (Results 1 – 2 of 2) sorted by relevance
/sound/pci/ |
D | intel8x0.c | 446 static inline u16 igetword(struct intel8x0 *chip, u32 offset) in igetword() function 633 data = igetword(chip, ICHREG(ALI_SPR)); in snd_intel8x0_ali_codec_read() 1019 ptr1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in snd_intel8x0_pcm_pointer() 1036 if (ptr1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in snd_intel8x0_pcm_pointer() 2472 iputword(chip, 0x4c, igetword(chip, 0x4c) | 1); in snd_intel8x0_ich_chip_init() 2719 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock() 2725 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock()
|
D | intel8x0m.c | 241 static inline u16 igetword(struct intel8x0m *chip, u32 offset) in igetword() function 573 ptr1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb) << chip->pcm_pos_shift; in snd_intel8x0m_pcm_pointer() 951 iputword(chip, 0x4c, igetword(chip, 0x4c) | 1); in snd_intel8x0m_ich_chip_init()
|