Searched refs:test_data (Results 1 – 6 of 6) sorted by relevance
| /u-boot/drivers/video/rockchip/ |
| A D | rk_mipi.c | 235 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 …]
|
| A D | dw_mipi_dsi_rockchip.c | 243 u8 test_data) in dw_mipi_dsi_phy_write() argument 258 PHY_TESTDIN(test_data)); in dw_mipi_dsi_phy_write()
|
| /u-boot/test/lib/ |
| A D | abuf.c | 14 static char test_data[] = "1234"; variable 15 #define TEST_DATA_LEN sizeof(test_data) 26 abuf_set(&buf, test_data, TEST_DATA_LEN); in lib_test_abuf_set() 27 ut_asserteq_ptr(test_data, buf.data); in lib_test_abuf_set() 38 abuf_set(&buf, test_data, TEST_DATA_LEN); in lib_test_abuf_set() 39 ut_asserteq_ptr(test_data, buf.data); in lib_test_abuf_set() 250 ut_asserteq_str(ptr, test_data); in lib_test_abuf_uninit_move() 265 strcpy(orig_ptr, test_data); in lib_test_abuf_uninit_move() 273 ut_asserteq_str(ptr, test_data); in lib_test_abuf_uninit_move() 289 ut_asserteq_str(ptr, test_data); in lib_test_abuf_uninit_move() [all …]
|
| /u-boot/test/cmd/ |
| A D | test_echo.c | 18 struct test_data { struct 23 static struct test_data echo_data[] = { argument
|
| /u-boot/test/dm/ |
| A D | cros_ec.c | 147 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()
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_tcg2.c | 389 const u8 *test_data; member 482 boot_variable_test[i].test_data); in setup_boot_variable()
|
Completed in 22 milliseconds