Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/spear/
H A Dspdif_out_regs.h35 #define SPDIF_DIVIDER_MASK (0xff << 5) macro
H 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()
/kernel/linux/linux-6.6/sound/soc/spear/
H A Dspdif_out_regs.h35 #define SPDIF_DIVIDER_MASK (0xff << 5) macro
H 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 2 milliseconds