Home
last modified time | relevance | path

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

/dragonfly/sys/dev/crypto/tpm/
H A Dtpmvar.h24 struct tpm_softc { struct
27 int (*sc_init)(struct tpm_softc *, int, const char *); argument
33 bus_space_tag_t sc_bt, sc_batm;
34 bus_space_handle_t sc_bh, sc_bahm;
37 u_int32_t sc_rev;
38 u_int32_t sc_stat;
41 int sc_flags;
44 int sc_vector;
46 int mem_rid, irq_rid;
47 struct resource *mem_res, *irq_res;
[all …]