Lines Matching full:tmc
32 #include "coresight-tmc.h"
46 "timeout while waiting for TMC to be Ready\n"); in tmc_wait_for_tmcready()
125 "Data invalid in tmc crash metadata\n"); in is_tmc_crashdata_valid()
143 "CRC mismatch in tmc crash metadata\n"); in is_tmc_crashdata_valid()
149 "CRC mismatch in tmc crash tracedata\n"); in is_tmc_crashdata_valid()
211 "Offset and length invalid in tmc crash metadata\n"); in tmc_prepare_crashdata()
247 dev_dbg(&drvdata->csdev->dev, "TMC read start\n"); in tmc_read_prepare()
269 dev_dbg(&drvdata->csdev->dev, "TMC read end\n"); in tmc_read_unprepare()
519 /* Only permitted for TMC-ETRs */ in buffer_size_store()
609 * this property is only checked for Coresight SoC 400 TMC configured in tmc_etr_can_use_sg()
694 /* Detect and initialise the capabilities of a TMC ETR */
853 pr_err("%s: Unsupported TMC config\n", desc.name); in __tmc_probe()
955 /* Coresight SoC 600 TMC-ETR/ETS */
957 /* Coresight SoC 600 TMC-ETB */
959 /* Coresight SoC 600 TMC-ETF */
968 .name = "coresight-tmc",
1044 {"ARMHC97C", 0, 0, 0}, /* ARM CoreSight SoC-400 TMC, SoC-600 ETF/ETB */
1054 .name = "coresight-tmc-platform",
1063 return coresight_init_driver("tmc", &tmc_driver, &tmc_platform_driver); in tmc_init()