Searched refs:axictl (Results 1 – 2 of 2) sorted by relevance
900 u32 axictl, sts; in tmc_etr_enable_hw() local917 axictl = readl_relaxed(drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()918 axictl &= ~TMC_AXICTL_CLEAR_MASK; in tmc_etr_enable_hw()919 axictl |= (TMC_AXICTL_PROT_CTL_B1 | TMC_AXICTL_WR_BURST_16); in tmc_etr_enable_hw()920 axictl |= TMC_AXICTL_AXCACHE_OS; in tmc_etr_enable_hw()923 axictl &= ~TMC_AXICTL_ARCACHE_MASK; in tmc_etr_enable_hw()924 axictl |= TMC_AXICTL_ARCACHE_OS; in tmc_etr_enable_hw()930 axictl |= TMC_AXICTL_SCT_GAT_MODE; in tmc_etr_enable_hw()933 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()
231 coresight_tmc_reg(axictl, TMC_AXICTL);