Searched refs:send_size (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_atmel_twi.c | 72 const uint8_t *sendbuf, size_t send_size, in tpm_atmel_twi_xfer() argument 80 printf("send to TPM (%d bytes, recv_len=%d):\n", send_size, *recv_len); in tpm_atmel_twi_xfer() 81 print_buffer(0, (void *)sendbuf, 1, send_size, 0); in tpm_atmel_twi_xfer() 85 res = i2c_write(0x29, 0, 0, (uchar *)sendbuf, send_size); in tpm_atmel_twi_xfer() 87 res = dm_i2c_write(dev, 0, sendbuf, send_size); in tpm_atmel_twi_xfer()
|
| H A D | tpm-uclass.c | 68 int tpm_xfer(struct udevice *dev, const uint8_t *sendbuf, size_t send_size, in tpm_xfer() argument 78 return ops->xfer(dev, sendbuf, send_size, recvbuf, recv_size); in tpm_xfer() 91 if (count > send_size) { in tpm_xfer() 92 debug("invalid count value %x %zx\n", count, send_size); in tpm_xfer() 97 ret = ops->send(dev, sendbuf, send_size); in tpm_xfer()
|
| H A D | tpm_tis_sandbox.c | 141 size_t send_size, uint8_t *recvbuf, in sandbox_tpm_xfer() argument 151 printf("tpm: %zd bytes, recv_len %zd, cmd = %x\n", send_size, in sandbox_tpm_xfer() 153 print_buffer(0, sendbuf, 1, send_size, 0); in sandbox_tpm_xfer()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | tpm.h | 310 size_t send_size); 353 size_t send_size, uint8_t *recvbuf, size_t *recv_size); 407 int tpm_xfer(struct udevice *dev, const uint8_t *sendbuf, size_t send_size,
|