intfcaps          861 drivers/char/tpm/tpm_tis_core.c 	u32 intfcaps;
intfcaps          947 drivers/char/tpm/tpm_tis_core.c 	rc = tpm_tis_read32(priv, TPM_INTF_CAPS(priv->locality), &intfcaps);
intfcaps          952 drivers/char/tpm/tpm_tis_core.c 		intfcaps);
intfcaps          953 drivers/char/tpm/tpm_tis_core.c 	if (intfcaps & TPM_INTF_BURST_COUNT_STATIC)
intfcaps          955 drivers/char/tpm/tpm_tis_core.c 	if (intfcaps & TPM_INTF_CMD_READY_INT)
intfcaps          957 drivers/char/tpm/tpm_tis_core.c 	if (intfcaps & TPM_INTF_INT_EDGE_FALLING)
intfcaps          959 drivers/char/tpm/tpm_tis_core.c 	if (intfcaps & TPM_INTF_INT_EDGE_RISING)
intfcaps          961 drivers/char/tpm/tpm_tis_core.c 	if (intfcaps & TPM_INTF_INT_LEVEL_LOW)
intfcaps          963 drivers/char/tpm/tpm_tis_core.c 	if (intfcaps & TPM_INTF_INT_LEVEL_HIGH)
intfcaps          965 drivers/char/tpm/tpm_tis_core.c 	if (intfcaps & TPM_INTF_LOCALITY_CHANGE_INT)
intfcaps          967 drivers/char/tpm/tpm_tis_core.c 	if (intfcaps & TPM_INTF_STS_VALID_INT)
intfcaps          969 drivers/char/tpm/tpm_tis_core.c 	if (intfcaps & TPM_INTF_DATA_AVAIL_INT)