Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/soc/fsl/
H A Dfsl_spdif.h146 #define STC_SYSCLK_DF_MASK (0x1ff << STC_SYSCLK_DF_OFFSET) macro
147 #define STC_SYSCLK_DF(x) ((((x) - 1) << STC_SYSCLK_DF_OFFSET) & STC_SYSCLK_DF_MASK)
H A Dfsl_spdif.c483 STC_TXCLK_DF_MASK | STC_SYSCLK_DF_MASK; in spdif_set_sample_rate()
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dfsl_spdif.h161 #define STC_SYSCLK_DF_MASK (0x1ff << STC_SYSCLK_DF_OFFSET) macro
162 #define STC_SYSCLK_DF(x) ((((x) - 1) << STC_SYSCLK_DF_OFFSET) & STC_SYSCLK_DF_MASK)
H A Dfsl_spdif.c596 STC_TXCLK_DF_MASK | STC_SYSCLK_DF_MASK; in spdif_set_sample_rate()

Completed in 7 milliseconds