Searched refs:RD (Results 1 – 2 of 2) sorted by relevance
72 static inline unsigned long RD(struct au1xpsc_audio_data *ctx, int reg) in RD() function96 while ((RD(ctx, AC97_STATUS) & STAT_CP) && --tmo) in au1xac97c_ac97_read()109 while ((RD(ctx, AC97_STATUS) & STAT_CP) && --tmo) in au1xac97c_ac97_read()111 data = RD(ctx, AC97_CMDRESP); in au1xac97c_ac97_read()135 for (tmo = 5; (RD(ctx, AC97_STATUS) & STAT_CP) && tmo; tmo--) in au1xac97c_ac97_write()144 for (tmo = 10; (RD(ctx, AC97_STATUS) & STAT_CP) && tmo; tmo--) in au1xac97c_ac97_write()176 while (((RD(ctx, AC97_STATUS) & STAT_RD) == 0) && --i) in au1xac97c_ac97_cold_reset()
70 static inline unsigned long RD(struct au1xpsc_audio_data *ctx, int reg) in RD() function