txclk_df 98 sound/soc/fsl/fsl_spdif.c u8 txclk_df[SPDIF_TXRATE_MAX]; txclk_df 380 sound/soc/fsl/fsl_spdif.c u8 clk, txclk_df; txclk_df 415 sound/soc/fsl/fsl_spdif.c txclk_df = spdif_priv->txclk_df[rate]; txclk_df 416 sound/soc/fsl/fsl_spdif.c if (txclk_df == 0) { txclk_df 429 sound/soc/fsl/fsl_spdif.c 64 * sample_rate * txclk_df); txclk_df 437 sound/soc/fsl/fsl_spdif.c (64 * sample_rate * txclk_df * sysclk_df)); txclk_df 446 sound/soc/fsl/fsl_spdif.c STC_TXCLK_DF(txclk_df) | STC_SYSCLK_DF(sysclk_df); txclk_df 1115 sound/soc/fsl/fsl_spdif.c u8 txclk_df; txclk_df 1122 sound/soc/fsl/fsl_spdif.c for (txclk_df = 1; txclk_df <= 128; txclk_df++) { txclk_df 1123 sound/soc/fsl/fsl_spdif.c rate_ideal = rate[index] * txclk_df * 64ULL; txclk_df 1130 sound/soc/fsl/fsl_spdif.c arate /= txclk_df * sysclk_df; txclk_df 1135 sound/soc/fsl/fsl_spdif.c spdif_priv->txclk_df[index] = txclk_df; txclk_df 1146 sound/soc/fsl/fsl_spdif.c spdif_priv->txclk_df[index] = txclk_df; txclk_df 1156 sound/soc/fsl/fsl_spdif.c spdif_priv->txclk_df[index] = txclk_df; txclk_df 1205 sound/soc/fsl/fsl_spdif.c spdif_priv->txclk_df[index], rate[index]);