Searched refs:FSL_SAI_RCR4 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_sai.h | 50 #define FSL_SAI_RCR4(ofs) (0x90 + ofs) /* SAI Receive Configuration 4 */ macro 81 #define FSL_SAI_xCR4(tx, ofs) (tx ? FSL_SAI_TCR4(ofs) : FSL_SAI_RCR4(ofs))
|
H A D | fsl_sai.c | 774 {FSL_SAI_RCR4(0), 0}, 797 {FSL_SAI_RCR4(8), 0},
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_sai.h | 54 #define FSL_SAI_RCR4(ofs) (0x90 + ofs) /* SAI Receive Configuration 4 */ macro 85 #define FSL_SAI_xCR4(tx, ofs) (tx ? FSL_SAI_TCR4(ofs) : FSL_SAI_RCR4(ofs))
|
H A D | fsl_sai.c | 981 {FSL_SAI_RCR4(0), 0}, 1004 {FSL_SAI_RCR4(8), 0},
|
Completed in 6 milliseconds