Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_lpc.c344 u32 real_length; in tis_readresponse() local
345 memcpy(&real_length, in tis_readresponse()
347 sizeof(real_length)); in tis_readresponse()
348 expected_count = be32_to_cpu(real_length); in tis_readresponse()
/openbmc/linux/drivers/video/fbdev/
H A Dsstfb.c359 int tiles_in_X, real_length; in sstfb_check_var() local
436 real_length = tiles_in_X * (IS_VOODOO2(par) ? 32 : 64 ) in sstfb_check_var()
439 if (real_length * yDim > info->fix.smem_len) { in sstfb_check_var()