Home
last modified time | relevance | path

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

/drivers/clk/mxs/
Dclk-imx23.c34 #define ETM (CLKCTRL + 0x00e0) macro
134 clks[etm_div] = mxs_clk_div("etm_div", "etm_sel", ETM, 0, 6, 29); in mx23_clocks_init()
151 clks[etm] = mxs_clk_gate("etm", "etm_div", ETM, 31); in mx23_clocks_init()
Dclk-imx28.c37 #define ETM (CLKCTRL + 0x0130) macro
202 clks[etm_div] = mxs_clk_div("etm_div", "etm_sel", ETM, 0, 7, 29); in mx28_clocks_init()
223 clks[etm] = mxs_clk_gate("etm", "etm_div", ETM, 31); in mx28_clocks_init()
/drivers/hwtracing/coresight/
DKconfig94 the ETM version data tracing may also be available.
114 bool "Control implementation defined overflow support in ETM 4.x driver"
118 ETM 4.x tracer module that can't reduce commit rate automatically.
119 This avoids overflow between the ETM tracer module and the cpu core.