Home
last modified time | relevance | path

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

/linux/sound/soc/spear/
H A Dspdif_in.c50 writel(0xF, host->io_base + SPDIF_IN_IRQ_MASK); in spdif_in_configure()
71 writel(0x0, host->io_base + SPDIF_IN_IRQ_MASK); in spdif_in_shutdown()
128 writel(0xF, host->io_base + SPDIF_IN_IRQ_MASK); in spdif_in_trigger()
137 writel(0x0, host->io_base + SPDIF_IN_IRQ_MASK); in spdif_in_trigger()
H A Dspdif_in_regs.h37 #define SPDIF_IN_IRQ_MASK 0x04 macro