Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c953 u32 axictl, sts; in __tmc_etr_enable_hw() local
964 axictl = readl_relaxed(drvdata->base + TMC_AXICTL); in __tmc_etr_enable_hw()
965 axictl &= ~TMC_AXICTL_CLEAR_MASK; in __tmc_etr_enable_hw()
966 axictl |= (TMC_AXICTL_PROT_CTL_B1 | TMC_AXICTL_WR_BURST_16); in __tmc_etr_enable_hw()
967 axictl |= TMC_AXICTL_AXCACHE_OS; in __tmc_etr_enable_hw()
970 axictl &= ~TMC_AXICTL_ARCACHE_MASK; in __tmc_etr_enable_hw()
971 axictl |= TMC_AXICTL_ARCACHE_OS; in __tmc_etr_enable_hw()
975 axictl |= TMC_AXICTL_SCT_GAT_MODE; in __tmc_etr_enable_hw()
977 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in __tmc_etr_enable_hw()
Dcoresight-tmc.c266 coresight_tmc_reg(axictl, TMC_AXICTL);