Searched refs:nb_tx_ts (Results 1 – 3 of 3) sorted by relevance
343 info->nb_tx_ts = hweight64(chan->tx_ts_mask); in qmc_chan_get_info()781 for (i = 0; i < info->nb_tx_ts; i++) { in qmc_chan_setup_tsa_32tx()794 for (i = 0; i < info->nb_tx_ts; i++) { in qmc_chan_setup_tsa_32tx()992 if (info.nb_tx_ts) in qmc_setup_chan_trnsync()993 trnsync |= QMC_SPE_TRNSYNC_TX((last_tx % info.nb_tx_ts) * 2); in qmc_setup_chan_trnsync()1001 last_tx, info.nb_tx_ts, chan->tx_ts_mask); in qmc_setup_chan_trnsync()1218 if (info.nb_tx_ts > 64 || info.nb_rx_ts > 64) { in qmc_check_chans()1227 if (info.nb_tx_ts > 32 || info.nb_rx_ts > 32) { in qmc_check_chans()1228 if (info.nb_tx_ts != info.nb_rx_ts) { in qmc_check_chans()1234 tx_ts_assigned_mask = info.nb_tx_ts == 64 ? U64_MAX : (((u64)1) << info.nb_tx_ts) - 1; in qmc_check_chans()[all …]
36 u8 nb_tx_ts; member
661 serial_info->nb_tx_ts += count; in tsa_of_parse_tdm_route()
Completed in 13 milliseconds