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

/freebsd-12-stable/sys/dev/tpm/
H A Dtpm.c119 #define TPM_STS_CMD_READY 0x00000040 /* rw chip/signal ready */ macro
537 bus_space_write_1(sc->sc_bt, sc->sc_bh, TPM_STS, TPM_STS_CMD_READY);
844 * use polling for eg. TPM_STS_CMD_READY.
906 if (sc->sc_stat & TPM_STS_CMD_READY) {
919 bus_space_write_1(sc->sc_bt, sc->sc_bh, TPM_STS, TPM_STS_CMD_READY);
920 if ((rv = tpm_waitfor(sc, TPM_STS_CMD_READY, TPM_READY_TMO,
1057 TPM_STS_CMD_READY);
1074 err ? TPM_STS_CMD_READY : TPM_STS_GO);

Completed in 106 milliseconds