Searched refs:VIA_REG_AC97_BUSY (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/
H A Dvia82xx_modem.c137 #define VIA_REG_AC97_BUSY (1<<24) macro
383 if (!((val = snd_via82xx_codec_xread(chip)) & VIA_REG_AC97_BUSY)) snd_via82xx_codec_ready()
400 val1 = val & (VIA_REG_AC97_BUSY | stat); snd_via82xx_codec_valid()
998 if ((val = snd_via82xx_codec_xread(chip)) & VIA_REG_AC97_BUSY) snd_via82xx_chip_init()
H A Dvia82xx.c202 #define VIA_REG_AC97_BUSY (1<<24) macro
529 if (!((val = snd_via82xx_codec_xread(chip)) & VIA_REG_AC97_BUSY)) snd_via82xx_codec_ready()
546 val1 = val & (VIA_REG_AC97_BUSY | stat); snd_via82xx_codec_valid()
2208 if ((val = snd_via82xx_codec_xread(chip)) & VIA_REG_AC97_BUSY) snd_via82xx_chip_init()

Completed in 220 milliseconds