Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/spear/
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_digital_mute()
Dspdif_out_regs.h41 #define SPDIF_OPMODE_MASK (7 << 0) macro