Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/
H A Dtpm-chip.c576 if (chip->flags & TPM_CHIP_FLAG_BOOTSTRAPPED) in tpm_chip_bootstrap()
595 chip->flags |= TPM_CHIP_FLAG_BOOTSTRAPPED; in tpm_chip_bootstrap()
/openbmc/linux/include/linux/
H A Dtpm.h277 TPM_CHIP_FLAG_BOOTSTRAPPED = BIT(0), enumerator