Home
last modified time | relevance | path

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

/freebsd/sys/dev/tpm/
H A Dtpm.c97 #define TPM_STS_CMD_READY 0x00000040 /* rw chip/signal ready */ macro
394 bus_space_write_1(sc->sc_bt, sc->sc_bh, TPM_STS, TPM_STS_CMD_READY); in tpm_tis12_init()
739 if (sc->sc_stat & TPM_STS_CMD_READY) { in tpm_tis12_start()
752 bus_space_write_1(sc->sc_bt, sc->sc_bh, TPM_STS, TPM_STS_CMD_READY); in tpm_tis12_start()
753 if ((rv = tpm_waitfor(sc, TPM_STS_CMD_READY, TPM_READY_TMO, in tpm_tis12_start()
890 TPM_STS_CMD_READY); in tpm_tis12_end()
907 err ? TPM_STS_CMD_READY : TPM_STS_GO); in tpm_tis12_end()