Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/test/dm/
Dclk_ccf.c76 ret = sandbox_clk_enable_count(clk); in dm_test_clk_ccf()
82 ret = sandbox_clk_enable_count(pclk); in dm_test_clk_ccf()
88 ret = sandbox_clk_enable_count(clk); in dm_test_clk_ccf()
91 ret = sandbox_clk_enable_count(pclk); in dm_test_clk_ccf()
/third_party/uboot/u-boot-2020.01/include/
Dsandbox-clk.h78 int sandbox_clk_enable_count(struct clk *clk);
/third_party/uboot/u-boot-2020.01/drivers/clk/
Dclk_sandbox_ccf.c28 int sandbox_clk_enable_count(struct clk *clk) in sandbox_clk_enable_count() function