Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwtracing/coresight/
Dcoresight-tmc.c198 u32 axictl; in tmc_etr_enable_hw() local
208 axictl = readl_relaxed(drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()
209 axictl |= TMC_AXICTL_WR_BURST_LEN; in tmc_etr_enable_hw()
210 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()
211 axictl &= ~TMC_AXICTL_SCT_GAT_MODE; in tmc_etr_enable_hw()
212 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()
213 axictl = (axictl & in tmc_etr_enable_hw()
216 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()