Searched refs:clk0 (Results 1 – 2 of 2) sorted by relevance
161 struct clk *clk0 = NULL; in probe_test_clocks() local168 res = clk_dt_get_by_index(fdt, node, 0, &clk0); in probe_test_clocks()178 if (clk_enable(clk0)) { in probe_test_clocks()179 DT_TEST_MSG("Can't enable %s", clk_get_name(clk0)); in probe_test_clocks()183 clk_disable(clk0); in probe_test_clocks()186 if (res || clk != clk0) { in probe_test_clocks()
15 clock-names = "clk0", "clk1";