Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm_tis_core.c520 int_mask &= ~TPM_GLOBAL_INT_ENABLE; in __tpm_tis_disable_interrupts()
973 intmask | TPM_GLOBAL_INT_ENABLE); in tpm_tis_probe_irq_single()
1038 tpm_tis_write32(priv, reg, ~TPM_GLOBAL_INT_ENABLE & interrupt); in tpm_tis_remove()
1227 intmask &= ~TPM_GLOBAL_INT_ENABLE; in tpm_tis_core_init()
1344 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