Searched defs:tpm_softc (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/tpm/ |
H A D | tpmvar.h | 22 struct tpm_softc { struct 28 int (*sc_init)(struct tpm_softc *, int, const char *); argument 29 int (*sc_start)(struct tpm_softc *, int); argument 30 int (*sc_read)(struct tpm_softc *, void *, int, size_t *, int); argument 31 int (*sc_write)(struct tpm_softc *, void *, int); argument 32 int (*sc_end)(struct tpm_softc *, int, int); argument 34 bus_space_tag_t sc_bt, sc_batm; 35 bus_space_handle_t sc_bh, sc_bahm; 37 u_int32_t sc_devid; 38 u_int32_t sc_rev; [all …]
|