Searched refs:AC97_CONFIG (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/sound/soc/au1x/ |
D | ac97c.c | 28 #define AC97_CONFIG 0x00 macro 159 WR(ctx, AC97_CONFIG, ctx->cfg | CFG_SG | CFG_SN); in au1xac97c_ac97_warm_reset() 161 WR(ctx, AC97_CONFIG, ctx->cfg | CFG_SG); in au1xac97c_ac97_warm_reset() 162 WR(ctx, AC97_CONFIG, ctx->cfg); in au1xac97c_ac97_warm_reset() 170 WR(ctx, AC97_CONFIG, ctx->cfg | CFG_RS); in au1xac97c_ac97_cold_reset() 172 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()
|