Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dtpm.h234 #define TPM_DEV_BUFSIZE 1260 macro
249 u8 buf[TPM_DEV_BUFSIZE + sizeof(u8)]; /* Max buffer size + addr */
/OK3568_Linux_fs/u-boot/drivers/tpm/
H A Dtpm_tis_infineon.c432 if (len > TPM_DEV_BUFSIZE) in tpm_tis_i2c_send()