Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/fsl/
Dfsl_sai.h28 #define FSL_SAI_TCR5(ofs) (0x14 + ofs) /* SAI Transmit Configuration 5 */ macro
86 #define FSL_SAI_xCR5(tx, ofs) (tx ? FSL_SAI_TCR5(ofs) : FSL_SAI_RCR5(ofs))
Dfsl_sai.c937 {FSL_SAI_TCR5(0), 0},
960 {FSL_SAI_TCR5(8), 0},
985 if (reg >= FSL_SAI_TCSR(ofs) && reg <= FSL_SAI_TCR5(ofs)) in fsl_sai_readable_reg()
1084 if (reg >= FSL_SAI_TCSR(ofs) && reg <= FSL_SAI_TCR5(ofs)) in fsl_sai_writeable_reg()