Home
last modified time | relevance | path

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

/linux/sound/soc/spear/
H A Dspdif_out.c166 ctrl &= ~SPDIF_OPMODE_MASK; in spdif_out_trigger()
179 ctrl &= ~SPDIF_OPMODE_MASK; in spdif_out_trigger()
198 val &= ~SPDIF_OPMODE_MASK; in spdif_mute()
H A Dspdif_out_regs.h28 #define SPDIF_OPMODE_MASK (7 << 0) macro