Searched refs:axictl (Results 1 – 1 of 1) sorted by relevance
196 u32 axictl; in tmc_etr_enable_hw() local206 axictl = readl_relaxed(drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()207 axictl |= TMC_AXICTL_WR_BURST_LEN; in tmc_etr_enable_hw()208 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()209 axictl &= ~TMC_AXICTL_SCT_GAT_MODE; in tmc_etr_enable_hw()210 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()211 axictl = (axictl & in tmc_etr_enable_hw()214 writel_relaxed(axictl, drvdata->base + TMC_AXICTL); in tmc_etr_enable_hw()