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

/freebsd-11-stable/sys/dev/tpm/
H A Dtpm_tis.c70 #define TPM_STS_CMD_RDY BIT(6) macro
386 mask = TPM_STS_CMD_RDY;
389 OR4(sc, TPM_STS, TPM_STS_CMD_RDY);
394 AND4(sc, TPM_STS, ~TPM_STS_CMD_RDY);

Completed in 47 milliseconds