Searched refs:FSL_SAI_RCR1 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/fsl/ |
H A D | fsl_sai.h | 47 #define FSL_SAI_RCR1(ofs) (0x84 + ofs)/* SAI Receive Configuration 1 */ macro 78 #define FSL_SAI_xCR1(tx, ofs) (tx ? FSL_SAI_TCR1(ofs) : FSL_SAI_RCR1(ofs))
|
H A D | fsl_sai.c | 717 regmap_update_bits(sai->regmap, FSL_SAI_RCR1(ofs), in fsl_sai_dai_probe() 771 {FSL_SAI_RCR1(0), 0}, 794 {FSL_SAI_RCR1(8), 0},
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_sai.h | 51 #define FSL_SAI_RCR1(ofs) (0x84 + ofs)/* SAI Receive Configuration 1 */ macro 82 #define FSL_SAI_xCR1(tx, ofs) (tx ? FSL_SAI_TCR1(ofs) : FSL_SAI_RCR1(ofs))
|
H A D | fsl_sai.c | 896 regmap_update_bits(sai->regmap, FSL_SAI_RCR1(ofs), in fsl_sai_dai_probe() 978 {FSL_SAI_RCR1(0), 0}, 1001 {FSL_SAI_RCR1(8), 0},
|
Completed in 6 milliseconds