Searched refs:AC97_ENABLE (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/sound/soc/au1x/ |
D | ac97c.c | 32 #define AC97_ENABLE 0x10 macro 266 WR(ctx, AC97_ENABLE, EN_D | EN_CE); in au1xac97c_drvprobe() 267 WR(ctx, AC97_ENABLE, EN_CE); in au1xac97c_drvprobe() 293 WR(ctx, AC97_ENABLE, EN_D); /* clock off, disable */ in au1xac97c_drvremove() 305 WR(ctx, AC97_ENABLE, EN_D); /* clock off, disable */ in au1xac97c_drvsuspend() 314 WR(ctx, AC97_ENABLE, EN_D | EN_CE); in au1xac97c_drvresume() 315 WR(ctx, AC97_ENABLE, EN_CE); in au1xac97c_drvresume()
|