Searched refs:SPDIF_DIVIDER_MASK (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/sound/soc/spear/
H A Dspdif_out_regs.h48 #define SPDIF_DIVIDER_MASK (0xff << 5) macro
H A Dspdif_out.c100 ctrl &= ~SPDIF_DIVIDER_MASK; spdif_out_clock()
101 ctrl |= (divider << SPDIF_DIVIDER_SHIFT) & SPDIF_DIVIDER_MASK; spdif_out_clock()

Completed in 71 milliseconds