VTPM_STATUS_IDLE
return VTPM_STATUS_IDLE | VTPM_STATUS_CANCELED;
return VTPM_STATUS_IDLE | VTPM_STATUS_RESULT;
if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, chip->timeout_c,
if (wait_for_tpm_stat(chip, VTPM_STATUS_IDLE, duration,
.req_complete_mask = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT,
.req_complete_val = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT,