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)
|