Home
last modified time | relevance | path

Searched refs:TPM_CHIP_FLAG_HAVE_TIMEOUTS (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dtpm.h281 TPM_CHIP_FLAG_HAVE_TIMEOUTS = BIT(4), enumerator
/openbmc/linux/drivers/char/tpm/
H A Dtpm-interface.c241 if (chip->flags & TPM_CHIP_FLAG_HAVE_TIMEOUTS) in tpm_get_timeouts()
H A Dtpm1-cmd.c458 chip->flags |= TPM_CHIP_FLAG_HAVE_TIMEOUTS; in tpm1_get_timeouts()
H A Dtpm2-cmd.c42 chip->flags |= TPM_CHIP_FLAG_HAVE_TIMEOUTS; in tpm2_get_timeouts()