Searched refs:FSL_SAI_RCR2 (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/sound/soc/fsl/ |
| D | fsl_sai.h | 42 #define FSL_SAI_RCR2(ofs) (0x88 + ofs) /* SAI Receive Configuration 2 */ macro 66 #define FSL_SAI_xCR2(tx, ofs) (tx ? FSL_SAI_TCR2(ofs) : FSL_SAI_RCR2(ofs))
|
| D | fsl_sai.c | 395 regmap_update_bits(sai->regmap, FSL_SAI_RCR2(ofs), in fsl_sai_set_bclk() 398 regmap_update_bits(sai->regmap, FSL_SAI_RCR2(ofs), in fsl_sai_set_bclk() 542 regmap_update_bits(sai->regmap, FSL_SAI_RCR2(ofs), FSL_SAI_CR2_SYNC, in fsl_sai_trigger() 739 {FSL_SAI_RCR2(0), 0}, 762 {FSL_SAI_RCR2(8), 0},
|