Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/au1x/
Dac97c.c28 #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()
271 WR(ctx, AC97_CONFIG, ctx->cfg); in au1xac97c_drvprobe()
315 WR(ctx, AC97_CONFIG, ctx->cfg); in au1xac97c_drvresume()