HomeSort by: relevance | last modified time | path
    Searched defs:tpm_poll (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
tpm.c 359 tpm_poll(struct tpm_softc *sc, uint8_t mask, int to, wchan_t chan) function in typeref:typename:int
364 rv = kpause("tpm_poll", /*intr*/true, /*timo*/1, /*lock*/NULL);
389 if ((rv = tpm_poll(sc, TPM_STS_VALID, to+1, chan)) != 0)
394 if ((rv = tpm_poll(sc, todo, to, chan)) != 0)

Completed in 15 milliseconds