Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
A Dfsl_sai.h51 #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))
A Dfsl_sai.c780 {FSL_SAI_RCR5(0), 0},
803 {FSL_SAI_RCR5(8), 0},
817 if (reg >= FSL_SAI_RCSR(ofs) && reg <= FSL_SAI_RCR5(ofs)) in fsl_sai_readable_reg()
916 if (reg >= FSL_SAI_RCSR(ofs) && reg <= FSL_SAI_RCR5(ofs)) in fsl_sai_writeable_reg()

Completed in 6 milliseconds