Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/trident/
Dtrident.h205 SI_AC97_BUSY_WRITE = 0x00008000, enumerator
Dtrident_main.c218 if ((inw(TRID_REG(trident, address)) & (SI_AC97_BUSY_WRITE)) == 0) in snd_trident_codec_write()
222 data |= SI_AC97_BUSY_WRITE | SI_AC97_AUDIO_BUSY | (reg & 0x000000ff); in snd_trident_codec_write()