Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/board/
H A Dsandbox.c16 int test_i2; member
27 priv->test_i2 = 100; in board_sandbox_detect()
57 *val = priv->test_i2; in board_sandbox_get_int()
59 priv->test_i2--; in board_sandbox_get_int()
70 int i2 = priv->test_i2; in board_sandbox_get_str()