Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dtest-uclass.c77 priv->base_add = 0; in test_post_probe()
87 priv->base_add = prev_uc_priv->base_add + pdata->ping_add; in test_post_probe()
H A Dcore.c254 ut_asserteq(expected_base_add, priv->base_add); in dm_test_autoprobe()
/openbmc/u-boot/include/dm/
H A Dtest.h79 int base_add; member