Home
last modified time | relevance | path

Searched refs:header_response (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/drivers/tpm/
H A Dtpm2_fifo_spi.c38 uint8_t header_response[4]; in tpm2_spi_start_transaction() local
72 rc = tpm2_spi_transfer(header, header_response, 4); in tpm2_spi_start_transaction()
81 if ((header_response[3] & 0x01) != 0U) { in tpm2_spi_start_transaction()