Home
last modified time | relevance | path

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

/sound/soc/samsung/
Dspdif.c29 #define CSTAS 0x0C macro
201 cstas = readl(regs + CSTAS) & CSTAS_MASK; in spdif_hw_params()
267 writel(cstas, regs + CSTAS); in spdif_hw_params()
307 spdif->saved_cstas = readl(spdif->regs + CSTAS) & CSTAS_MASK; in spdif_suspend()
323 writel(spdif->saved_cstas, spdif->regs + CSTAS); in spdif_resume()