Searched refs:VTPM_STATUS_RESULT (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | xen-tpmfront.c | 36 VTPM_STATUS_RESULT = 0x4, enumerator 107 return VTPM_STATUS_IDLE | VTPM_STATUS_RESULT; in vtpm_status() 187 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->timeout_c, in vtpm_recv() 212 .req_complete_mask = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT, 213 .req_complete_val = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT,
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | xen-tpmfront.c | 36 VTPM_STATUS_RESULT = 0x4, enumerator 107 return VTPM_STATUS_IDLE | VTPM_STATUS_RESULT; in vtpm_status() 187 if (wait_for_tpm_stat(chip, VTPM_STATUS_RESULT, chip->timeout_c, in vtpm_recv() 212 .req_complete_mask = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT, 213 .req_complete_val = VTPM_STATUS_IDLE | VTPM_STATUS_RESULT,
|
Completed in 2 milliseconds