Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_lpc.c308 u32 expected_count = len; in tis_readresponse() local
333 while (burst-- && (offset < expected_count)) { in tis_readresponse()
349 expected_count = be32_to_cpu(real_length); in tis_readresponse()
351 if ((expected_count < offset) || in tis_readresponse()
352 (expected_count > len)) { in tis_readresponse()
355 expected_count); in tis_readresponse()
370 if (offset == expected_count) in tis_readresponse()