Searched defs:tpm_softc (Results 1 – 1 of 1) sorted by relevance
82 struct tpm_softc { struct83 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 …]