Searched refs:iagetword (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/pci/ |
H A D | intel8x0m.c | 255 static inline u16 iagetword(struct intel8x0m *chip, u32 offset) in iagetword() function 310 iagetword(chip, 0); /* clear semaphore flag */ in snd_intel8x0m_codec_semaphore() 344 res = iagetword(chip, reg + ac97->num * 0x80); in snd_intel8x0m_codec_read() 358 iagetword(chip, 0); /* clear semaphore */ in snd_intel8x0m_codec_read() 936 iagetword(chip, 0); /* clear semaphore flag */ in snd_intel8x0m_chip_init()
|
H A D | intel8x0.c | 453 static inline u16 iagetword(struct intel8x0 *chip, u32 offset) in iagetword() function 506 iagetword(chip, 0); /* clear semaphore flag */ in snd_intel8x0_codec_semaphore() 540 res = iagetword(chip, reg + ac97->num * 0x80); in snd_intel8x0_codec_read() 562 iagetword(chip, codec * 0x80); in snd_intel8x0_codec_read_test() 2502 iagetword(chip, 0); /* clear semaphore flag */ in snd_intel8x0_chip_init()
|