Searched refs:VTPM_STATUS_RESULT (Results 1 – 1 of 1) sorted by relevance
36 VTPM_STATUS_RESULT = 0x4, enumerator47 return VTPM_STATUS_IDLE | VTPM_STATUS_RESULT; in vtpm_status()127 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->vendor.timeout_c, in vtpm_recv()152 .req_complete_mask = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT,153 .req_complete_val = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT,