Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_thunderboot_sfc.c67 u32 rdk_size = 0; in rk_tb_sfc_thread() local
73 of_property_read_u32(rds, "size", &rdk_size); in rk_tb_sfc_thread()
75 if (digest_org && rdk_size) in rk_tb_sfc_thread()
76 rk_tb_sha256((dma_addr_t)src.start, rdk_size, in rk_tb_sfc_thread()
H A Drockchip_thunderboot_mmc.c62 u32 rdk_size = 0; in rk_tb_mmc_thread() local
68 of_property_read_u32(rds, "size", &rdk_size); in rk_tb_mmc_thread()
70 if (digest_org && rdk_size) in rk_tb_mmc_thread()
71 rk_tb_sha256((dma_addr_t)src.start, rdk_size, in rk_tb_mmc_thread()