HomeSort by: relevance | last modified time | path
    Searched refs:TPM_STS_VALID (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
tpmreg.h 92 #define TPM_STS_VALID __BIT(7)
tpm.c 386 * TPM_STS_VALID has priority over the others.
388 if (todo & TPM_STS_VALID) {
389 if ((rv = tpm_poll(sc, TPM_STS_VALID, to+1, chan)) != 0)
391 todo &= ~TPM_STS_VALID;
398 if ((retry-- > 0) && (bits & TPM_STS_VALID)) {
858 rv = tpm_waitfor(sc, TPM_STS_DATA_AVAIL | TPM_STS_VALID,
890 rv = tpm_waitfor(sc, TPM_STS_DATA_AVAIL | TPM_STS_VALID,
931 if ((rv = tpm_waitfor(sc, TPM_STS_VALID, TPM_READ_TMO, sc))) {
943 if ((rv = tpm_waitfor(sc, TPM_STS_VALID, TPM_READ_TMO, sc))) {
959 rv = tpm_waitfor(sc, TPM_STS_VALID, TPM_READ_TMO, sc->sc_intf->read)
    [all...]

Completed in 14 milliseconds