Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm1-cmd.c345 unsigned long timeout_old[4], timeout_chip[4], timeout_eff[4]; in tpm1_get_timeouts() local
370 timeout_chip[0] = be32_to_cpu(cap.timeout.a); in tpm1_get_timeouts()
371 timeout_chip[1] = be32_to_cpu(cap.timeout.b); in tpm1_get_timeouts()
372 timeout_chip[2] = be32_to_cpu(cap.timeout.c); in tpm1_get_timeouts()
373 timeout_chip[3] = be32_to_cpu(cap.timeout.d); in tpm1_get_timeouts()
374 memcpy(timeout_eff, timeout_chip, sizeof(timeout_eff)); in tpm1_get_timeouts()
406 timeout_chip[0], timeout_eff[0], in tpm1_get_timeouts()
407 timeout_chip[1], timeout_eff[1], in tpm1_get_timeouts()
408 timeout_chip[2], timeout_eff[2], in tpm1_get_timeouts()
409 timeout_chip[3], timeout_eff[3]); in tpm1_get_timeouts()