Searched refs:tcb_clocks (Results 1 – 1 of 1) sorted by relevance
53 static const char * const tcb_clocks[] = { "t0_clk", "gclk", "slow_clk" }; variable63 for (i = 0; i < ARRAY_SIZE(tcb_clocks); i++) { in atmel_tcb_enable_clocks()64 res = clk_dt_get_by_name(fdt, node, tcb_clocks[i], &clk); in atmel_tcb_enable_clocks()
Completed in 2 milliseconds