Searched refs:TPM_STS_VALID (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/tpm/
H A Dtpm.c92 #define TPM_STS_VALID_INT 0x00000002 /* int on TPM_STS_VALID is set */
108 #define TPM_INTF_STS_VALID_INT 0x0002 /* TPM_STS_VALID int supported */
118 #define TPM_STS_VALID 0x00000080 /* ro other bits are valid */ macro
814 * We use interrupts for TPM_STS_VALID and TPM_STS_DATA_AVAIL (if
824 * when both TPM_STS_VALID and TPM_STS_DATA_AVAIL are asserted.
825 * Thus we don't have to bother with TPM_STS_VALID
837 if ((b & TPM_STS_VALID) && (sc->sc_capabilities &
843 b = b0 & ~TPM_STS_VALID;
857 * If requested wait for TPM_STS_VALID before dealing with
858 * any other flag. Eg. when both TPM_STS_DATA_AVAIL and TPM_STS_VALID
[all...]
H A Dtpm_tis.c69 #define TPM_STS_VALID BIT(7) macro
423 mask = TPM_STS_VALID;
447 mask = TPM_STS_DATA_AVAIL | TPM_STS_VALID;

Completed in 95 milliseconds