Home
last modified time | relevance | path

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

/openbmc/u-boot/include/dm/
H A Dtest.h52 DM_TEST_OP_COUNT, enumerator
69 int op_count[DM_TEST_OP_COUNT];
125 extern int dm_testdrv_op_count[DM_TEST_OP_COUNT];
/openbmc/u-boot/test/dm/
H A Dtest-driver.c17 int dm_testdrv_op_count[DM_TEST_OP_COUNT];
H A Dcore.c286 int op_count[DM_TEST_OP_COUNT]; in dm_test_lifecycle()