Searched refs:tx8 (Results 1 – 3 of 3) sorted by relevance
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_ptp_fifo.c | 24 return ops && ops->rx32 && ops->tx32 && ops->rx8 && ops->tx8; in tpm2_fifo_check_ops() 96 ret = ops->tx8(chip, TPM2_ACCESS(loc), sizeof(buf), &buf); in tpm2_fifo_request_locality() 125 ret = ops->tx8(chip, TPM2_ACCESS(chip->locality), sizeof(buf), &buf); in tpm2_fifo_relinquish_locality() 140 return ops->tx8(chip, TPM2_STS(chip->locality), sizeof(buf), &buf); in tpm2_fifo_set_status() 328 ret = ops->tx8(chip, TPM2_DATA_FIFO(chip->locality), in tpm2_fifo_send()
|
A D | tpm2_mmio.c | 54 .tx8 = tpm2_mmio_tx8,
|
/optee_os-3.20.0/core/include/drivers/ |
A D | tpm2_chip.h | 98 enum tpm2_result (*tx8)(struct tpm2_chip *chip, uint32_t adr, member
|
Completed in 3 milliseconds