Searched refs:nbr_dummy_bytes (Results 1 – 1 of 1) sorted by relevance
114 int total_length = 0, nbr_dummy_bytes = 0, ret = 0; in st33zp24_spi_send() local136 nbr_dummy_bytes = phy->latency; in st33zp24_spi_send()137 memset(&tx_buf[total_length], TPM_DUMMY_BYTE, nbr_dummy_bytes); in st33zp24_spi_send()139 phy->spi_xfer.len = total_length + nbr_dummy_bytes; in st33zp24_spi_send()143 ret = rx_buf[total_length + nbr_dummy_bytes - 1]; in st33zp24_spi_send()160 int total_length = 0, nbr_dummy_bytes, ret; in read8_reg() local174 nbr_dummy_bytes = phy->latency; in read8_reg()176 nbr_dummy_bytes + tpm_size); in read8_reg()178 phy->spi_xfer.len = total_length + nbr_dummy_bytes + tpm_size; in read8_reg()183 ret = rx_buf[total_length + nbr_dummy_bytes - 1]; in read8_reg()[all …]