Home
last modified time | relevance | path

Searched refs:TPM_GLOBAL_INT_ENABLE (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis.h71 TPM_GLOBAL_INT_ENABLE = 0x80000000, enumerator
H A Dtpm2_tis_core.c450 tmp &= ~TPM_GLOBAL_INT_ENABLE; in tpm_tis_init()
/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis_core.c512 int_mask &= ~TPM_GLOBAL_INT_ENABLE; in __tpm_tis_disable_interrupts()
957 intmask | TPM_GLOBAL_INT_ENABLE); in tpm_tis_probe_irq_single()
1022 tpm_tis_write32(priv, reg, ~TPM_GLOBAL_INT_ENABLE & interrupt); in tpm_tis_remove()
1211 intmask &= ~TPM_GLOBAL_INT_ENABLE; in tpm_tis_core_init()
1328 intmask = priv->int_mask | TPM_GLOBAL_INT_ENABLE; in tpm_tis_reenable_interrupts()
H A Dtpm_tis_core.h42 TPM_GLOBAL_INT_ENABLE = 0x80000000, enumerator
/openbmc/linux/drivers/char/tpm/st33zp24/
H A Dst33zp24.c50 TPM_GLOBAL_INT_ENABLE = 0x80, enumerator
522 intmask = TPM_GLOBAL_INT_ENABLE; in st33zp24_probe()