Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/char/tpm/
Dtpm.h127 struct tpm_vendor_specific { struct
128 void __iomem *iobase; /* ioremapped address */
129 unsigned long base; /* TPM base address */
131 int irq;
132 int probed_irq;
134 int region_size;
135 int have_region;
137 struct list_head list;
138 int locality;
139 unsigned long timeout_a, timeout_b, timeout_c, timeout_d; /* jiffies */
[all …]