Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Datmel_tcb.c54 static const char * const tcb_clocks[] = { variable
57 static const char * const tcb_clocks[] = { "t0_clk", "gclk", "slow_clk" }; variable
68 for (i = 0; i < ARRAY_SIZE(tcb_clocks); i++) { in atmel_tcb_enable_clocks()
69 res = clk_dt_get_by_name(fdt, node, tcb_clocks[i], &clk); in atmel_tcb_enable_clocks()