Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
Dcoresight-funnel.c29 #define FUNNEL_FUNCTL 0x000 macro
58 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); in funnel_enable_hw()
62 writel_relaxed(functl, drvdata->base + FUNNEL_FUNCTL); in funnel_enable_hw()
85 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); in funnel_disable_hw()
87 writel_relaxed(functl, drvdata->base + FUNNEL_FUNCTL); in funnel_disable_hw()
142 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); in get_funnel_ctrl_hw()