Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds