Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c1059 u32 axictl, sts, ffcr; in __tmc_etr_enable_hw() local
1077 axictl = readl_relaxed(drvdata->base + TMC_AXICTL); in __tmc_etr_enable_hw()
1078 axictl &= ~TMC_AXICTL_CLEAR_MASK; in __tmc_etr_enable_hw()
1079 axictl |= TMC_AXICTL_PROT_CTL_B1; in __tmc_etr_enable_hw()
1080 axictl |= TMC_AXICTL_WR_BURST(drvdata->max_burst_size); in __tmc_etr_enable_hw()
1081 axictl |= TMC_AXICTL_AXCACHE_OS; in __tmc_etr_enable_hw()
1084 axictl &= ~TMC_AXICTL_ARCACHE_MASK; in __tmc_etr_enable_hw()
1085 axictl |= TMC_AXICTL_ARCACHE_OS; in __tmc_etr_enable_hw()
1089 axictl |= TMC_AXICTL_SCT_GAT_MODE; in __tmc_etr_enable_hw()
1091 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in __tmc_etr_enable_hw()
H A Dcoresight-tmc-core.c473 coresight_simple_reg32(axictl, TMC_AXICTL),