Lines Matching defs:tpm_softc
82 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;
94 uint32_t sc_status;
95 uint32_t sc_caps;
97 struct krndsource sc_rnd;
98 struct workqueue *sc_rndwq;
99 struct work sc_rndwk;
100 volatile unsigned sc_rndpending;
101 bool sc_rnddisabled;