Searched refs:AC97_CONFIG (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/au1x/ |
H A 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()
|
/kernel/linux/linux-6.6/sound/soc/au1x/ |
H A 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() 271 WR(ctx, AC97_CONFIG, ctx->cfg); in au1xac97c_drvprobe() 315 WR(ctx, AC97_CONFIG, ctx->cfg); in au1xac97c_drvresume()
|
Completed in 3 milliseconds