TMC_STS
if (coresight_timeout(csa, TMC_STS, TMC_STS_TMCREADY_BIT, 1)) {
coresight_simple_reg32(sts, TMC_STS),
status = readl_relaxed(drvdata->base + TMC_STS);
mdata->tmc_sts = readl(drvdata->base + TMC_STS);
lost = readl_relaxed(drvdata->base + TMC_STS) & TMC_STS_FULL;
status = readl_relaxed(drvdata->base + TMC_STS);
sts = readl_relaxed(drvdata->base + TMC_STS) & ~TMC_STS_FULL;
writel_relaxed(sts, drvdata->base + TMC_STS);
mdata->tmc_sts = readl(drvdata->base + TMC_STS);