Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Dtest.h62 #define DM_TEST_START_TOTAL 5 macro
/openbmc/u-boot/test/dm/
H A Dtest-driver.c52 priv->ping_total += DM_TEST_START_TOTAL; in test_probe()
H A Dtest-fdt.c54 priv->ping_total += DM_TEST_START_TOTAL; in testfdt_drv_probe()
H A Dcore.c416 ut_asserteq(DM_TEST_START_TOTAL + 10 + 20 + base * 2, in dm_check_operations()