Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-funnel.c25 #define FUNNEL_FUNCTL 0x000 macro
58 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); in dynamic_funnel_enable_hw()
69 writel_relaxed(functl, drvdata->base + FUNNEL_FUNCTL); in dynamic_funnel_enable_hw()
107 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); in dynamic_funnel_disable_hw()
109 writel_relaxed(functl, drvdata->base + FUNNEL_FUNCTL); in dynamic_funnel_disable_hw()
177 functl = readl_relaxed(drvdata->base + FUNNEL_FUNCTL); in get_funnel_ctrl_hw()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds