Home
last modified time | relevance | path

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

/linux-6.15/sound/soc/fsl/
H A Dfsl_spdif.c133 u8 txclk_df[SPDIF_TXRATE_MAX]; member
511 u8 clk, txclk_df; in spdif_set_sample_rate() local
562 txclk_df = spdif_priv->txclk_df[rate]; in spdif_set_sample_rate()
563 if (txclk_df == 0) { in spdif_set_sample_rate()
575 64 * sample_rate * txclk_df); in spdif_set_sample_rate()
1434 u8 txclk_df; in fsl_spdif_txclk_caldiv() local
1441 for (txclk_df = 1; txclk_df <= 128; txclk_df++) { in fsl_spdif_txclk_caldiv()
1449 arate /= txclk_df * sysclk_df; in fsl_spdif_txclk_caldiv()
1454 spdif_priv->txclk_df[index] = txclk_df; in fsl_spdif_txclk_caldiv()
1465 spdif_priv->txclk_df[index] = txclk_df; in fsl_spdif_txclk_caldiv()
[all …]