Home
last modified time | relevance | path

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

/linux-6.12.1/sound/soc/samsung/
Dspdif.c24 #define CSTAS 0x0C macro
202 cstas = readl(regs + CSTAS) & CSTAS_MASK; in spdif_hw_params()
268 writel(cstas, regs + CSTAS); in spdif_hw_params()
308 spdif->saved_cstas = readl(spdif->regs + CSTAS) & CSTAS_MASK; in spdif_suspend()
324 writel(spdif->saved_cstas, spdif->regs + CSTAS); in spdif_resume()