Searched refs:FSL_SAI_RCR2 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_sai.h | 48 #define FSL_SAI_RCR2(ofs) (0x88 + ofs) /* SAI Receive Configuration 2 */ macro 79 #define FSL_SAI_xCR2(tx, ofs) (tx ? FSL_SAI_TCR2(ofs) : FSL_SAI_RCR2(ofs))
|
H A D | fsl_sai.c | 599 regmap_update_bits(sai->regmap, FSL_SAI_RCR2(ofs), FSL_SAI_CR2_SYNC, in fsl_sai_trigger() 772 {FSL_SAI_RCR2(0), 0}, 795 {FSL_SAI_RCR2(8), 0},
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_sai.h | 52 #define FSL_SAI_RCR2(ofs) (0x88 + ofs) /* SAI Receive Configuration 2 */ macro 83 #define FSL_SAI_xCR2(tx, ofs) (tx ? FSL_SAI_TCR2(ofs) : FSL_SAI_RCR2(ofs))
|
H A D | fsl_sai.c | 789 regmap_update_bits(sai->regmap, FSL_SAI_RCR2(ofs), FSL_SAI_CR2_SYNC, in fsl_sai_trigger() 979 {FSL_SAI_RCR2(0), 0}, 1002 {FSL_SAI_RCR2(8), 0},
|
Completed in 7 milliseconds