Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-tmc-etr.c988 u32 axictl, sts; in __tmc_etr_enable_hw() local
1006 axictl = readl_relaxed(drvdata->base + TMC_AXICTL); in __tmc_etr_enable_hw()
1007 axictl &= ~TMC_AXICTL_CLEAR_MASK; in __tmc_etr_enable_hw()
1008 axictl |= TMC_AXICTL_PROT_CTL_B1; in __tmc_etr_enable_hw()
1009 axictl |= TMC_AXICTL_WR_BURST(drvdata->max_burst_size); in __tmc_etr_enable_hw()
1010 axictl |= TMC_AXICTL_AXCACHE_OS; in __tmc_etr_enable_hw()
1013 axictl &= ~TMC_AXICTL_ARCACHE_MASK; in __tmc_etr_enable_hw()
1014 axictl |= TMC_AXICTL_ARCACHE_OS; in __tmc_etr_enable_hw()
1018 axictl |= TMC_AXICTL_SCT_GAT_MODE; in __tmc_etr_enable_hw()
1020 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in __tmc_etr_enable_hw()
A Dcoresight-tmc-core.c269 coresight_simple_reg32(axictl, TMC_AXICTL),

Completed in 7 milliseconds