Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dtpmvar.h82 struct tpm_softc { struct
83 device_t sc_dev;
84 enum tpm_version sc_ver;
85 kmutex_t sc_lock;
86 bool sc_busy;
88 const struct tpm_intf *sc_intf;
89 bus_space_tag_t sc_bt;
90 bus_space_handle_t sc_bh;
92 uint32_t sc_devid;
93 uint32_t sc_rev;
[all …]