Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/trident/
H A Dtrident.h190 SI_AC97_BUSY_WRITE = 0x00008000, enumerator
H A Dtrident_main.c204 if ((inw(TRID_REG(trident, address)) & (SI_AC97_BUSY_WRITE)) == 0) in snd_trident_codec_write()
208 data |= SI_AC97_BUSY_WRITE | SI_AC97_AUDIO_BUSY | (reg & 0x000000ff); in snd_trident_codec_write()