Home
last modified time | relevance | path

Searched defs:tpm_softc (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/sys/dev/crypto/tpm/
H A Dtpmvar.h24 struct tpm_softc { struct
27 int (*sc_init)(struct tpm_softc *, int, const char *); argument
28 int (*sc_start)(struct tpm_softc *, int); argument
29 int (*sc_read)(struct tpm_softc *, void *, int, size_t *, int); argument
30 int (*sc_write)(struct tpm_softc *, void *, int); argument
31 int (*sc_end)(struct tpm_softc *, int, int); argument
33 bus_space_tag_t sc_bt, sc_batm;
34 bus_space_handle_t sc_bh, sc_bahm;
36 u_int32_t sc_devid;
37 u_int32_t sc_rev;
[all …]