Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-funnel.c25 #define FUNNEL_FUNCTL 0x000 macro
59 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); in dynamic_funnel_enable_hw()
70 writel_relaxed(functl, drvdata->base + FUNNEL_FUNCTL); in dynamic_funnel_enable_hw()
111 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); in dynamic_funnel_disable_hw()
113 writel_relaxed(functl, drvdata->base + FUNNEL_FUNCTL); in dynamic_funnel_disable_hw()
183 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); in get_funnel_ctrl_hw()