Searched refs:igetword (Results 1 – 2 of 2) sorted by relevance
/sound/pci/ |
D | intel8x0.c | 465 static inline u16 igetword(struct intel8x0 *chip, u32 offset) in igetword() function 652 data = igetword(chip, ICHREG(ALI_SPR)); in snd_intel8x0_ali_codec_read() 1073 ptr1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in snd_intel8x0_pcm_pointer() 1090 if (ptr1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in snd_intel8x0_pcm_pointer() 2523 iputword(chip, 0x4c, igetword(chip, 0x4c) | 1); in snd_intel8x0_ich_chip_init() 2802 pos1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb); in intel8x0_measure_ac97_clock() 2808 pos1 == igetword(chip, ichdev->reg_offset + ichdev->roff_picb)) in intel8x0_measure_ac97_clock()
|
D | intel8x0m.c | 256 static inline u16 igetword(struct intel8x0m *chip, u32 offset) in igetword() function 588 ptr1 = igetword(chip, ichdev->reg_offset + ichdev->roff_picb) << chip->pcm_pos_shift; in snd_intel8x0m_pcm_pointer() 966 iputword(chip, 0x4c, igetword(chip, 0x4c) | 1); in snd_intel8x0m_ich_chip_init()
|