Home
last modified time | relevance | path

Searched refs:TPM_TIS_NO_LOCALITY (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/tpm/
H A Dtpm_tis_common.c199 s->next_locty = TPM_TIS_NO_LOCALITY; in tpm_tis_abort()
201 s->aborting_locty = TPM_TIS_NO_LOCALITY; in tpm_tis_abort()
520 uint8_t newlocty = TPM_TIS_NO_LOCALITY; in tpm_tis_mmio_write()
535 active_locty = TPM_TIS_NO_LOCALITY; in tpm_tis_mmio_write()
829 s->active_locty = TPM_TIS_NO_LOCALITY; in tpm_tis_reset()
830 s->next_locty = TPM_TIS_NO_LOCALITY; in tpm_tis_reset()
831 s->aborting_locty = TPM_TIS_NO_LOCALITY; in tpm_tis_reset()
H A Dtpm_tis.h32 #define TPM_TIS_NO_LOCALITY 0xff macro