Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/cmd/
H A Dcrypto.c438 const struct hash_test_data *test_data = NULL; in test_hash_result() local
448 test_data = &hash_data_set[i]; in test_hash_result()
449 if (test_data->algo == 0) { in test_hash_result()
454 dev = crypto_get_device(test_data->algo); in test_hash_result()
457 test_data->algo_name, in test_hash_result()
458 test_data->mode_name); in test_hash_result()
462 csha_ctx.algo = test_data->algo; in test_hash_result()
463 csha_ctx.length = test_data->data_len; in test_hash_result()
466 if (test_data->key) { in test_hash_result()
468 (u8 *)test_data->key, in test_hash_result()
[all …]
/rk3399_rockchip-uboot/drivers/video/rockchip/
H A Drk_mipi.c174 unsigned char *test_data, unsigned char size) in rk_mipi_phy_write() argument
188 rk_mipi_dsi_write(regs, PHY_TESTDIN, test_data[i]); in rk_mipi_phy_write()
210 unsigned char test_data[2] = {0}; in rk_mipi_phy_enable() local
234 test_data[0] = 0x80 | (ddr_clk / (200 * MHz)) << 3 | 0x3; in rk_mipi_phy_enable()
235 rk_mipi_phy_write(regs, CODE_PLL_VCORANGE_VCOCAP, test_data, 1); in rk_mipi_phy_enable()
237 test_data[0] = 0x8; in rk_mipi_phy_enable()
238 rk_mipi_phy_write(regs, CODE_PLL_CPCTRL, test_data, 1); in rk_mipi_phy_enable()
240 test_data[0] = 0x80 | 0x40; in rk_mipi_phy_enable()
241 rk_mipi_phy_write(regs, CODE_PLL_LPF_CP, test_data, 1); in rk_mipi_phy_enable()
252 test_data[0] = freq_rang[i][1] << 1; in rk_mipi_phy_enable()
[all …]
/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_mipi_dsi.c448 static void testif_test_data_write(struct dw_mipi_dsi *dsi, u8 test_data) in testif_test_data_write() argument
451 testif_set_data(dsi, test_data); in testif_test_data_write()
455 static void testif_write(struct dw_mipi_dsi *dsi, u8 test_code, u8 test_data) in testif_write() argument
458 testif_test_data_write(dsi, test_data); in testif_write()
462 test_code, test_data, testif_get_data(dsi)); in testif_write()
/rk3399_rockchip-uboot/drivers/video/drm/rk628/
H A Drk628_dsi.c910 const struct rk628_dsi *dsi, u8 test_data) in testif_test_data_write() argument
913 testif_set_data(rk628, dsi, test_data); in testif_test_data_write()