Home
last modified time | relevance | path

Searched refs:axictl (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/hwtracing/coresight/
Dcoresight-tmc.c196 u32 axictl; in tmc_etr_enable_hw() local
206 axictl = readl_relaxed(drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()
207 axictl |= TMC_AXICTL_WR_BURST_LEN; in tmc_etr_enable_hw()
208 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()
209 axictl &= ~TMC_AXICTL_SCT_GAT_MODE; in tmc_etr_enable_hw()
210 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()
211 axictl = (axictl & in tmc_etr_enable_hw()
214 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()