Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/fsl/
H A Dfsl_sai.h97 #define FSL_SAI_CSR_xF_SHIFT 16 macro
99 #define FSL_SAI_CSR_xF_MASK (0x1f << FSL_SAI_CSR_xF_SHIFT)
H A Dfsl_sai.c100 mask = (FSL_SAI_FLAGS >> FSL_SAI_CSR_xIE_SHIFT) << FSL_SAI_CSR_xF_SHIFT; in fsl_sai_isr()