Searched refs:sandbox_clk_test_get_rate (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | clk.c | 35 sandbox_clk_test_get_rate(dev_test, in dm_test_clk() 37 ut_asserteq(0, sandbox_clk_test_get_rate(dev_test, in dm_test_clk() 39 ut_asserteq(0, sandbox_clk_test_get_rate(dev_test, in dm_test_clk() 45 rate = sandbox_clk_test_get_rate(dev_test, SANDBOX_CLK_TEST_ID_FIXED); in dm_test_clk() 55 ut_asserteq(1000, sandbox_clk_test_get_rate(dev_test, in dm_test_clk() 57 ut_asserteq(2000, sandbox_clk_test_get_rate(dev_test, in dm_test_clk() 72 ut_asserteq(10000, sandbox_clk_test_get_rate(dev_test, in dm_test_clk() 74 ut_asserteq(20000, sandbox_clk_test_get_rate(dev_test, in dm_test_clk()
|
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | clk.h | 82 ulong sandbox_clk_test_get_rate(struct udevice *dev, int id);
|
| /OK3568_Linux_fs/u-boot/drivers/clk/ |
| H A D | clk_sandbox_test.c | 45 ulong sandbox_clk_test_get_rate(struct udevice *dev, int id) in sandbox_clk_test_get_rate() function
|