Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etf.c22 u32 ffcr; in __tmc_etb_enable_hw() local
37 ffcr = TMC_FFCR_EN_FMT | TMC_FFCR_EN_TI | TMC_FFCR_FON_FLIN | in __tmc_etb_enable_hw()
40 ffcr |= TMC_FFCR_STOP_ON_FLUSH; in __tmc_etb_enable_hw()
41 writel_relaxed(ffcr, drvdata->base + TMC_FFCR); in __tmc_etb_enable_hw()