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