Searched refs:FSL_SAI_RCR3 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_sai.h | 49 #define FSL_SAI_RCR3(ofs) (0x8c + ofs) /* SAI Receive Configuration 3 */ macro 80 #define FSL_SAI_xCR3(tx, ofs) (tx ? FSL_SAI_TCR3(ofs) : FSL_SAI_RCR3(ofs))
|
H A D | fsl_sai.c | 773 {FSL_SAI_RCR3(0), 0}, 796 {FSL_SAI_RCR3(8), 0},
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_sai.h | 53 #define FSL_SAI_RCR3(ofs) (0x8c + ofs) /* SAI Receive Configuration 3 */ macro 84 #define FSL_SAI_xCR3(tx, ofs) (tx ? FSL_SAI_TCR3(ofs) : FSL_SAI_RCR3(ofs))
|
H A D | fsl_sai.c | 980 {FSL_SAI_RCR3(0), 0}, 1003 {FSL_SAI_RCR3(8), 0},
|
Completed in 6 milliseconds