Home
last modified time | relevance | path

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

/u-boot/drivers/video/rockchip/
A Drk_mipi.c235 test_data[0] = 0x8; in rk_mipi_phy_enable()
293 test_data[0] = 0x30; in rk_mipi_phy_enable()
297 test_data[0] = 0x4d; in rk_mipi_phy_enable()
300 test_data[0] = 0x3d; in rk_mipi_phy_enable()
303 test_data[0] = 0xdf; in rk_mipi_phy_enable()
306 test_data[0] = 0x7; in rk_mipi_phy_enable()
312 test_data[0] = 0x80 | 15; in rk_mipi_phy_enable()
314 test_data, 1); in rk_mipi_phy_enable()
315 test_data[0] = 0x80 | 85; in rk_mipi_phy_enable()
317 test_data, 1); in rk_mipi_phy_enable()
[all …]
/u-boot/test/cmd/
A Dtest_echo.c18 struct test_data { struct
23 static struct test_data echo_data[] = { argument
/u-boot/test/dm/
A Dcros_ec.c147 u8 test_data[size], data[size]; in dm_test_cros_ec_vstore() local
160 test_data[i] = ' ' + i; in dm_test_cros_ec_vstore()
161 ut_assertok(cros_ec_vstore_write(dev, 2, test_data, size)); in dm_test_cros_ec_vstore()
169 ut_asserteq_mem(test_data, data, size); in dm_test_cros_ec_vstore()

Completed in 10 milliseconds