Searched refs:FSL_SAI_RCR5 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_sai.h | 51 #define FSL_SAI_RCR5(ofs) (0x94 + ofs) /* SAI Receive Configuration 5 */ macro 82 #define FSL_SAI_xCR5(tx, ofs) (tx ? FSL_SAI_TCR5(ofs) : FSL_SAI_RCR5(ofs))
|
H A D | fsl_sai.c | 775 {FSL_SAI_RCR5(0), 0}, 798 {FSL_SAI_RCR5(8), 0}, 812 if (reg >= FSL_SAI_RCSR(ofs) && reg <= FSL_SAI_RCR5(ofs)) in fsl_sai_readable_reg() 911 if (reg >= FSL_SAI_RCSR(ofs) && reg <= FSL_SAI_RCR5(ofs)) in fsl_sai_writeable_reg()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_sai.h | 55 #define FSL_SAI_RCR5(ofs) (0x94 + ofs) /* SAI Receive Configuration 5 */ macro 86 #define FSL_SAI_xCR5(tx, ofs) (tx ? FSL_SAI_TCR5(ofs) : FSL_SAI_RCR5(ofs))
|
H A D | fsl_sai.c | 982 {FSL_SAI_RCR5(0), 0}, 1005 {FSL_SAI_RCR5(8), 0}, 1019 if (reg >= FSL_SAI_RCSR(ofs) && reg <= FSL_SAI_RCR5(ofs)) in fsl_sai_readable_reg() 1118 if (reg >= FSL_SAI_RCSR(ofs) && reg <= FSL_SAI_RCR5(ofs)) in fsl_sai_writeable_reg()
|
Completed in 6 milliseconds