Searched refs:timeout_chip (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/char/tpm/ |
D | tpm-interface.c | 769 unsigned long timeout_old[4], timeout_chip[4], timeout_eff[4]; in tpm_get_timeouts() local 816 timeout_chip[0] = be32_to_cpu(cap.timeout.a); in tpm_get_timeouts() 817 timeout_chip[1] = be32_to_cpu(cap.timeout.b); in tpm_get_timeouts() 818 timeout_chip[2] = be32_to_cpu(cap.timeout.c); in tpm_get_timeouts() 819 timeout_chip[3] = be32_to_cpu(cap.timeout.d); in tpm_get_timeouts() 820 memcpy(timeout_eff, timeout_chip, sizeof(timeout_eff)); in tpm_get_timeouts() 854 timeout_chip[0], timeout_eff[0], in tpm_get_timeouts() 855 timeout_chip[1], timeout_eff[1], in tpm_get_timeouts() 856 timeout_chip[2], timeout_eff[2], in tpm_get_timeouts() 857 timeout_chip[3], timeout_eff[3]); in tpm_get_timeouts()
|