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

/linux-4.1.27/drivers/hwtracing/coresight/
H A Dcoresight-funnel.c27 #define FUNNEL_FUNCTL 0x000 macro
56 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); funnel_enable_hw()
60 writel_relaxed(functl, drvdata->base + FUNNEL_FUNCTL); funnel_enable_hw()
88 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); funnel_disable_hw()
90 writel_relaxed(functl, drvdata->base + FUNNEL_FUNCTL); funnel_disable_hw()
147 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); get_funnel_ctrl_hw()

Completed in 37 milliseconds