Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-tpda.c39 val = readl_relaxed(drvdata->base + TPDA_Pn_CR(port)); in tpda_enable_port()
42 writel_relaxed(val, drvdata->base + TPDA_Pn_CR(port)); in tpda_enable_port()
80 val = readl_relaxed(drvdata->base + TPDA_Pn_CR(port)); in __tpda_disable()
82 writel_relaxed(val, drvdata->base + TPDA_Pn_CR(port)); in __tpda_disable()
H A Dcoresight-tpda.h10 #define TPDA_Pn_CR(n) (0x004 + (n * 4)) macro