Searched refs:TPM_BUFSIZE (Results 1 – 9 of 9) sorted by relevance
22 #define TPM_BUFSIZE 2048 macro
66 #define ST33ZP24_SPI_BUFFER_SIZE (TPM_BUFSIZE + (TPM_BUFSIZE / 2) +\
36 u8 buf[TPM_BUFSIZE + 1];
17 u8 data_buffer[TPM_BUFSIZE];
30 #define TPM_BUFSIZE 1260 macro70 u8 buf[TPM_BUFSIZE + sizeof(u8)]; /* max. buffer size + addr */222 if (len > TPM_BUFSIZE) in iic_tpm_write_generic()530 if (len > TPM_BUFSIZE) in tpm_tis_i2c_send()
88 if (in_size > TPM_BUFSIZE) in tpm_common_write()
47 TPM_BUFSIZE = 4096, enumerator
50 u8 buffer[TPM_BUFSIZE]; /* request/response buffer */
456 if (bufsiz > TPM_BUFSIZE) in tpm_try_transmit()457 bufsiz = TPM_BUFSIZE; in tpm_try_transmit()