Searched refs:AC97_CONFIG (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/sound/soc/au1x/ |
D | ac97c.c | 27 #define AC97_CONFIG 0x00 macro 158 WR(ctx, AC97_CONFIG, ctx->cfg | CFG_SG | CFG_SN); in au1xac97c_ac97_warm_reset() 160 WR(ctx, AC97_CONFIG, ctx->cfg | CFG_SG); in au1xac97c_ac97_warm_reset() 161 WR(ctx, AC97_CONFIG, ctx->cfg); in au1xac97c_ac97_warm_reset() 169 WR(ctx, AC97_CONFIG, ctx->cfg | CFG_RS); in au1xac97c_ac97_cold_reset() 171 WR(ctx, AC97_CONFIG, ctx->cfg); in au1xac97c_ac97_cold_reset() 270 WR(ctx, AC97_CONFIG, ctx->cfg); in au1xac97c_drvprobe() 316 WR(ctx, AC97_CONFIG, ctx->cfg); in au1xac97c_drvresume()
|