Home
last modified time | relevance | path

Searched refs:tpm_tis12_write (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/tpm/
H A Dtpm.c168 int tpm_tis12_write(struct tpm_softc *, void *, int);
236 sc->sc_write = tpm_tis12_write; in tpm_attach()
809 tpm_tis12_write(struct tpm_softc *sc, void *buf, int len) in tpm_tis12_write() function