Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dtpm-common.h31 #define TPM_DEV_BUFSIZE 1260 macro
66 u8 buf[TPM_DEV_BUFSIZE + sizeof(u8)]; /* Max buffer size + addr */
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_infineon.c430 if (len > TPM_DEV_BUFSIZE) in tpm_tis_i2c_send()
H A Dtpm2_tis_spi.c409 if (len > TPM_DEV_BUFSIZE) in tpm_tis_spi_send()