OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tpm_waitfor
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/ic/
tpm.c
374
tpm_waitfor
(struct tpm_softc *sc, uint8_t bits, int tmo, wchan_t chan)
function
858
rv =
tpm_waitfor
(sc, TPM_STS_DATA_AVAIL | TPM_STS_VALID,
873
rv =
tpm_waitfor
(sc, TPM_STS_CMD_READY, TPM_READY_TMO, sc->sc_intf->write);
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);
tpm.c
374
tpm_waitfor
(struct tpm_softc *sc, uint8_t bits, int tmo, wchan_t chan)
function
858
rv =
tpm_waitfor
(sc, TPM_STS_DATA_AVAIL | TPM_STS_VALID,
873
rv =
tpm_waitfor
(sc, TPM_STS_CMD_READY, TPM_READY_TMO, sc->sc_intf->write);
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);
Completed in 51 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026