Home
last modified time | relevance | path

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

/linux/sound/soc/fsl/
H A Dfsl_qmc_audio.c24 unsigned int nb_tx_ts; member
407 return qmc_dai_hw_rule_channels_by_format(qmc_dai, params, qmc_dai->nb_tx_ts); in qmc_dai_hw_rule_playback_channels_by_format()
452 return qmc_dai_hw_rule_format_by_channels(qmc_dai, params, qmc_dai->nb_tx_ts); in qmc_dai_hw_rule_playback_format_by_channels()
479 frame_bits = qmc_dai->nb_tx_ts * 8; in qmc_dai_constraints_interleaved()
526 qmc_dai->nb_rx_ts * 8 : qmc_dai->nb_tx_ts * 8; in qmc_dai_constraints_noninterleaved()
753 unsigned int nb_tx_ts; in qmc_audio_dai_parse() local
815 nb_tx_ts = info.nb_tx_ts; in qmc_audio_dai_parse()
820 if (nb_tx_ts != info.nb_tx_ts) { in qmc_audio_dai_parse()
822 qmc_dai->id, i, info.nb_tx_ts, nb_tx_ts); in qmc_audio_dai_parse()
868 qmc_dai->nb_tx_ts = nb_tx_ts * count; in qmc_audio_dai_parse()
[all …]
/linux/drivers/soc/fsl/qe/
H A Dqmc.c343 info->nb_tx_ts = hweight64(chan->tx_ts_mask); in qmc_chan_get_info()
803 for (i = 0; i < info->nb_tx_ts; i++) { in qmc_chan_setup_tsa_32tx()
816 for (i = 0; i < info->nb_tx_ts; i++) { in qmc_chan_setup_tsa_32tx()
1014 if (info.nb_tx_ts) in qmc_setup_chan_trnsync()
1015 trnsync |= QMC_SPE_TRNSYNC_TX((last_tx % info.nb_tx_ts) * 2); in qmc_setup_chan_trnsync()
1023 last_tx, info.nb_tx_ts, chan->tx_ts_mask); in qmc_setup_chan_trnsync()
1240 if (info.nb_tx_ts > 64 || info.nb_rx_ts > 64) { in qmc_check_chans()
1249 if (info.nb_tx_ts > 32 || info.nb_rx_ts > 32) { in qmc_check_chans()
1250 if (info.nb_tx_ts != info.nb_rx_ts) { in qmc_check_chans()
1256 tx_ts_assigned_mask = info.nb_tx_ts == 64 ? U64_MAX : (((u64)1) << info.nb_tx_ts) - 1; in qmc_check_chans()
[all …]
H A Dtsa.h36 u8 nb_tx_ts; member
H A Dtsa.c661 serial_info->nb_tx_ts += count; in tsa_of_parse_tdm_route()
/linux/include/soc/fsl/qe/
H A Dqmc.h59 u8 nb_tx_ts; member