Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/
H A Dsis7019.h123 #define SIS_AC97_STATUS_BUSY 0x00000001 macro
H A Dsis7019.c923 if ((status & rdy) && !(status & SIS_AC97_STATUS_BUSY)) in sis_ac97_rw()
938 while ((inw(io + SIS_AC97_STATUS) & SIS_AC97_STATUS_BUSY) && --count) in sis_ac97_rw()
1055 while ((inw(io + SIS_AC97_STATUS) & SIS_AC97_STATUS_BUSY) && --count) in sis_chip_init()