Home
last modified time | relevance | path

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

/NextBSD/sys/dev/tpm/
HDtpmvar.h24 struct tpm_softc { struct
30 int (*sc_init)(struct tpm_softc *, int, const char *); argument
31 int (*sc_start)(struct tpm_softc *, int); argument
32 int (*sc_read)(struct tpm_softc *, void *, int, size_t *, int); argument
33 int (*sc_write)(struct tpm_softc *, void *, int); argument
34 int (*sc_end)(struct tpm_softc *, int, int); argument
36 bus_space_tag_t sc_bt, sc_batm;
37 bus_space_handle_t sc_bh, sc_bahm;
39 u_int32_t sc_devid;
40 u_int32_t sc_rev;
[all …]