Lines Matching full:tmc
31 #include "coresight-tmc.h"
45 "timeout while waiting for TMC to be Ready\n"); in tmc_wait_for_tmcready()
124 dev_dbg(&drvdata->csdev->dev, "TMC read start\n"); in tmc_read_prepare()
146 dev_dbg(&drvdata->csdev->dev, "TMC read end\n"); in tmc_read_unprepare()
318 /* Only permitted for TMC-ETRs */ in buffer_size_store()
377 * this property is only checked for Coresight SoC 400 TMC configured in tmc_etr_can_use_sg()
401 /* Detect and initialise the capabilities of a TMC ETR */
542 pr_err("%s: Unsupported TMC config\n", desc.name); in __tmc_probe()
636 /* Coresight SoC 600 TMC-ETR/ETS */
638 /* Coresight SoC 600 TMC-ETB */
640 /* Coresight SoC 600 TMC-ETF */
649 .name = "coresight-tmc",
725 {"ARMHC97C", 0, 0, 0}, /* ARM CoreSight SoC-400 TMC, SoC-600 ETF/ETB */
735 .name = "coresight-tmc-platform",
744 return coresight_init_driver("tmc", &tmc_driver, &tmc_platform_driver); in tmc_init()