Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/fsl/
H A Dfsl_spdif.c135 u8 txclk_df[SPDIF_TXRATE_MAX]; member
513 u8 clk, txclk_df; in spdif_set_sample_rate() local
564 txclk_df = spdif_priv->txclk_df[rate]; in spdif_set_sample_rate()
565 if (txclk_df == 0) { in spdif_set_sample_rate()
577 64 * sample_rate * txclk_df); in spdif_set_sample_rate()
1436 u8 txclk_df; in fsl_spdif_txclk_caldiv() local
1443 for (txclk_df = 1; txclk_df <= 128; txclk_df++) { in fsl_spdif_txclk_caldiv()
1451 arate /= txclk_df * sysclk_df; in fsl_spdif_txclk_caldiv()
1456 spdif_priv->txclk_df[index] = txclk_df; in fsl_spdif_txclk_caldiv()
1467 spdif_priv->txclk_df[index] = txclk_df; in fsl_spdif_txclk_caldiv()
[all …]