Searched refs:old_timeout (Results 1 – 3 of 3) sorted by relevance
500 unsigned long old_timeout[4]; in tpm_get_timeouts() local536 old_timeout[0] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.a); in tpm_get_timeouts()537 old_timeout[1] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.b); in tpm_get_timeouts()538 old_timeout[2] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.c); in tpm_get_timeouts()539 old_timeout[3] = be32_to_cpu(tpm_cmd.params.getcap_out.cap.timeout.d); in tpm_get_timeouts()540 memcpy(new_timeout, old_timeout, sizeof(new_timeout)); in tpm_get_timeouts()566 old_timeout[0], new_timeout[0], in tpm_get_timeouts()567 old_timeout[1], new_timeout[1], in tpm_get_timeouts()568 old_timeout[2], new_timeout[2], in tpm_get_timeouts()569 old_timeout[3], new_timeout[3]); in tpm_get_timeouts()
1025 int old_timeout = timeout; in ipmi_register_watchdog() local1059 timeout = old_timeout; in ipmi_register_watchdog()
1577 int old_timeout; in device_cache_fw_images() local1593 old_timeout = loading_timeout; in device_cache_fw_images()1604 loading_timeout = old_timeout; in device_cache_fw_images()