Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/fsl/
Dfsl_sai.c191 val_cr4 |= FSL_SAI_CR4_FSE | FSL_SAI_CR4_FSP; in fsl_sai_set_dai_fmt_tr()
208 val_cr4 |= FSL_SAI_CR4_FSE; in fsl_sai_set_dai_fmt_tr()
268 FSL_SAI_CR4_MF | FSL_SAI_CR4_FSE | in fsl_sai_set_dai_fmt_tr()
Dfsl_sai.h94 #define FSL_SAI_CR4_FSE BIT(3) macro