Searched refs:TPM2_ACCESS (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/drivers/tpm2/ |
A D | tpm2_ptp_fifo.c | 40 ret = ops->rx8(chip, TPM2_ACCESS(loc), sizeof(access), &access); in tpm2_fifo_wait_valid() 60 ret = ops->rx8(chip, TPM2_ACCESS(loc), sizeof(locality), &locality); in tpm2_fifo_check_locality() 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()
|
/optee_os-3.20.0/core/include/drivers/ |
A D | tpm2_ptp_fifo.h | 21 #define TPM2_ACCESS(v) (0x0000 | SHIFT_U32((v), 12)) macro
|
Completed in 7 milliseconds