Home
last modified time | relevance | path

Searched refs:SI_AC97_BUSY_READ (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/trident/
H A Dtrident.h193 SI_AC97_BUSY_READ = 0x00008000, enumerator
H A Dtrident_main.c132 data = SI_AC97_BUSY_READ | SI_AC97_AUDIO_BUSY | (reg & 0x000000ff); in snd_trident_codec_read()
138 if ((data & (SI_AC97_BUSY_READ)) == 0) in snd_trident_codec_read()