Searched refs:clk1 (Results 1 – 2 of 2) sorted by relevance
15 clock-names = "clk0", "clk1";
162 struct clk *clk1 = NULL; in probe_test_clocks() local172 res = clk_dt_get_by_index(fdt, node, 1, &clk1); in probe_test_clocks()193 if (res || clk != clk1) { in probe_test_clocks()