Searched refs:TPM_PPI_FUNC_MASK (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/hw/acpi/ | ||
H A D | tpm.h | 211 #define TPM_PPI_FUNC_MASK (7 << 0) macro |
/openbmc/qemu/hw/acpi/ | ||
H A D | tpm.c | 34 func_mask = aml_int(TPM_PPI_FUNC_MASK); in tpm_build_ppi_acpi() |