Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c969 u32 axictl, sts; in __tmc_etr_enable_hw() local
987 axictl = readl_relaxed(drvdata->base + TMC_AXICTL); in __tmc_etr_enable_hw()
988 axictl &= ~TMC_AXICTL_CLEAR_MASK; in __tmc_etr_enable_hw()
989 axictl |= TMC_AXICTL_PROT_CTL_B1; in __tmc_etr_enable_hw()
990 axictl |= TMC_AXICTL_WR_BURST(drvdata->max_burst_size); in __tmc_etr_enable_hw()
991 axictl |= TMC_AXICTL_AXCACHE_OS; in __tmc_etr_enable_hw()
994 axictl &= ~TMC_AXICTL_ARCACHE_MASK; in __tmc_etr_enable_hw()
995 axictl |= TMC_AXICTL_ARCACHE_OS; in __tmc_etr_enable_hw()
999 axictl |= TMC_AXICTL_SCT_GAT_MODE; in __tmc_etr_enable_hw()
1001 writel_relaxed(axictl, drvdat in __tmc_etr_enable_hw()
[all...]
H A Dcoresight-tmc-core.c269 coresight_simple_reg32(axictl, TMC_AXICTL),
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c973 u32 axictl, sts; in __tmc_etr_enable_hw() local
984 axictl = readl_relaxed(drvdata->base + TMC_AXICTL); in __tmc_etr_enable_hw()
985 axictl &= ~TMC_AXICTL_CLEAR_MASK; in __tmc_etr_enable_hw()
986 axictl |= (TMC_AXICTL_PROT_CTL_B1 | TMC_AXICTL_WR_BURST_16); in __tmc_etr_enable_hw()
987 axictl |= TMC_AXICTL_AXCACHE_OS; in __tmc_etr_enable_hw()
990 axictl &= ~TMC_AXICTL_ARCACHE_MASK; in __tmc_etr_enable_hw()
991 axictl |= TMC_AXICTL_ARCACHE_OS; in __tmc_etr_enable_hw()
995 axictl |= TMC_AXICTL_SCT_GAT_MODE; in __tmc_etr_enable_hw()
997 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in __tmc_etr_enable_hw()
H A Dcoresight-tmc-core.c264 coresight_tmc_reg(axictl, TMC_AXICTL);

Completed in 7 milliseconds