Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/au1x/
Dac97c.c43 #define STAT_CP (1 << 6) /* command pending */ macro
95 while ((RD(ctx, AC97_STATUS) & STAT_CP) && --tmo) in au1xac97c_ac97_read()
108 while ((RD(ctx, AC97_STATUS) & STAT_CP) && --tmo) in au1xac97c_ac97_read()
134 for (tmo = 5; (RD(ctx, AC97_STATUS) & STAT_CP) && tmo; tmo--) in au1xac97c_ac97_write()
143 for (tmo = 10; (RD(ctx, AC97_STATUS) & STAT_CP) && tmo; tmo--) in au1xac97c_ac97_write()