Lines Matching full:tsa
26 #include "tsa.h"
98 /* TSA entry (16bit entry in TSATRX and TSATTX) */
333 /* Retrieve info from the TSA related serial */ in qmc_chan_get_info()
810 /* Retrieve info from the TSA related serial */ in qmc_chan_setup_tsa_tx()
827 /* Retrieve info from the TSA related serial */ in qmc_chan_setup_tsa_rx()
879 dev_err(chan->qmc->dev, "chan %u: Disable tsa entries failed (%d)\n", in qmc_chan_stop_rx()
918 dev_err(chan->qmc->dev, "chan %u: Disable tsa entries failed (%d)\n", in qmc_chan_stop_tx()
970 /* Retrieve info from the TSA related serial */ in qmc_setup_chan_trnsync()
1021 dev_err(chan->qmc->dev, "chan %u: Enable tsa entries failed (%d)\n", in qmc_chan_start_rx()
1066 dev_err(chan->qmc->dev, "chan %u: Enable tsa entries failed (%d)\n", in qmc_chan_start_tx()
1213 /* Retrieve info from the TSA related serial */ in qmc_check_chans()
1219 dev_err(qmc->dev, "Number of TSA Tx/Rx TS assigned not supported\n"); in qmc_check_chans()
1229 dev_err(qmc->dev, "Number of TSA Tx/Rx TS assigned are not equal\n"); in qmc_check_chans()
1239 dev_err(qmc->dev, "chan %u can use TSA unassigned Tx TS\n", chan->id); in qmc_check_chans()
1244 dev_err(qmc->dev, "chan %u can use TSA unassigned Rx TS\n", chan->id); in qmc_check_chans()
1416 /* Retrieve info from the TSA related serial */ in qmc_init_tsa()
1798 /* Connect the serial (SCC) to TSA */ in qmc_cpm1_init_scc()
1801 return dev_err_probe(qmc->dev, ret, "Failed to connect TSA serial\n"); in qmc_cpm1_init_scc()
1826 /* Connect the serial (UCC) to TSA */ in qmc_qe_init_ucc()
1829 return dev_err_probe(qmc->dev, ret, "Failed to connect TSA serial\n"); in qmc_qe_init_ucc()
1884 /* Disconnect the serial from TSA */ in qmc_exit_xcc()
1908 qmc->tsa_serial = devm_tsa_serial_get_byphandle(qmc->dev, np, "fsl,tsa-serial"); in qmc_probe()
1911 "Failed to get TSA serial\n"); in qmc_probe()