Home
last modified time | relevance | path

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

/linux/sound/soc/spear/
H A Dspdif_out.c96 ctrl = readl(host->io_base + SPDIF_OUT_CTRL); in spdif_out_clock()
99 writel(ctrl, host->io_base + SPDIF_OUT_CTRL); in spdif_out_clock()
162 ctrl = readl(host->io_base + SPDIF_OUT_CTRL); in spdif_out_trigger()
169 writel(ctrl, host->io_base + SPDIF_OUT_CTRL); in spdif_out_trigger()
175 ctrl = readl(host->io_base + SPDIF_OUT_CTRL); in spdif_out_trigger()
178 writel(ctrl, host->io_base + SPDIF_OUT_CTRL); in spdif_out_trigger()
194 val = readl(host->io_base + SPDIF_OUT_CTRL); in spdif_mute()
206 writel(val, host->io_base + SPDIF_OUT_CTRL); in spdif_mute()
H A Dspdif_out_regs.h27 #define SPDIF_OUT_CTRL 0x1C macro