Searched defs:chip_data (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/drivers/tpm/ |
| H A D | tpm2_fifo.c | 16 static int tpm2_get_info(struct tpm_chip_data *chip_data, uint8_t locality) in tpm2_get_info() 57 static int tpm2_fifo_request_access(struct tpm_chip_data *chip_data, uint8_t locality) in tpm2_fifo_request_access() 79 static int tpm2_fifo_release_locality(struct tpm_chip_data *chip_data, uint8_t locality) in tpm2_fifo_release_locality() 99 static int tpm2_fifo_prepare(struct tpm_chip_data *chip_data) in tpm2_fifo_prepare() 121 static int tpm2_fifo_get_burstcount(struct tpm_chip_data *chip_data, uint16_t *burstcount) in tpm2_fifo_get_burstcount() 153 static int tpm2_fifo_send(struct tpm_chip_data *chip_data, const tpm_cmd *buf) in tpm2_fifo_send() 228 static int tpm2_fifo_read_data(struct tpm_chip_data *chip_data, tpm_cmd *buf, in tpm2_fifo_read_data() 276 static int tpm2_fifo_receive(struct tpm_chip_data *chip_data, tpm_cmd *buf) in tpm2_fifo_receive() 319 tpm_interface_getops(struct tpm_chip_data *chip_data, uint8_t locality) in tpm_interface_getops()
|
| H A D | tpm2_cmds.c | 21 static int tpm_xfer(struct tpm_chip_data *chip_data, const tpm_cmd *send, tpm_cmd *receive) in tpm_xfer() 38 int tpm_interface_init(struct tpm_chip_data *chip_data, uint8_t locality) in tpm_interface_init() 52 int tpm_interface_close(struct tpm_chip_data *chip_data, uint8_t locality) in tpm_interface_close() 110 int tpm_startup(struct tpm_chip_data *chip_data, uint16_t mode) in tpm_startup() 142 int tpm_pcr_extend(struct tpm_chip_data *chip_data, uint32_t index, in tpm_pcr_extend()
|