Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dclk.h394 bool clk_is_match(const struct clk *p, const struct clk *q);
/third_party/uboot/u-boot-2020.01/test/dm/
Dclk.c28 ut_asserteq(clk_is_match(&clk_method1, &clk_method2), true); in dm_test_clk_base()
/third_party/uboot/u-boot-2020.01/drivers/phy/
Dphy-ti-am654.c162 if (clk_is_match(&data->parents.clks[i], parent)) in serdes_am654_mux_clk_set_parent()
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk-uclass.c633 bool clk_is_match(const struct clk *p, const struct clk *q) in clk_is_match() function