Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_lpc.c345 u32 real_length; in tis_readresponse() local
346 memcpy(&real_length, in tis_readresponse()
348 sizeof(real_length)); in tis_readresponse()
349 expected_count = be32_to_cpu(real_length); in tis_readresponse()