Searched refs:FSL_SAI_CR4_FRSZ (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/soc/fsl/ | ||
H A D | fsl_sai.h | 147 #define FSL_SAI_CR4_FRSZ(x) (((x) - 1) << 16) macro |
H A D | fsl_sai.c | 605 val_cr4 |= FSL_SAI_CR4_FRSZ(slots); in fsl_sai_hw_params() |