Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_thunderboot_sfc.c68 const u32 *digest_org; in rk_tb_sfc_thread() local
74 digest_org = of_get_property(rds->child, "value", NULL); in rk_tb_sfc_thread()
75 if (digest_org && rdk_size) in rk_tb_sfc_thread()
77 (void *)digest_org); in rk_tb_sfc_thread()
H A Drockchip_thunderboot_mmc.c63 const u32 *digest_org; in rk_tb_mmc_thread() local
69 digest_org = of_get_property(rds->child, "value", NULL); in rk_tb_mmc_thread()
70 if (digest_org && rdk_size) in rk_tb_mmc_thread()
72 (void *)digest_org); in rk_tb_mmc_thread()