Lines Matching full:tsa
22 #include "tsa.h"
77 /* TSA entry (16bit entry in TSATRX and TSATTX) */
262 /* Retrieve info from the TSA related serial */ in qmc_chan_get_info()
751 /* Retrieve info from the TSA related serial */ in qmc_check_chans()
757 dev_err(qmc->dev, "Number of TSA Tx/Rx TS assigned not supported\n"); in qmc_check_chans()
767 dev_err(qmc->dev, "Number of TSA Tx/Rx TS assigned are not equal\n"); in qmc_check_chans()
778 dev_err(qmc->dev, "chan %u uses TSA unassigned Tx TS\n", chan->id); in qmc_check_chans()
787 dev_err(qmc->dev, "chan %u uses TSA unassigned Rx TS\n", chan->id); in qmc_check_chans()
1002 /* Retrieve info from the TSA related serial */ in qmc_setup_tsa()
1023 /* Retrieve info from the TSA related serial */ in qmc_setup_chan_trnsync()
1302 qmc->tsa_serial = devm_tsa_serial_get_byphandle(qmc->dev, np, "fsl,tsa-serial"); in qmc_probe()
1305 "Failed to get TSA serial\n"); in qmc_probe()
1308 /* Connect the serial (SCC) to TSA */ in qmc_probe()
1311 dev_err(qmc->dev, "Failed to connect TSA serial\n"); in qmc_probe()
1427 /* Disconnect the serial from TSA */ in qmc_remove()