Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/char/tpm/
Dtpm.h136 struct tpm_vendor_specific { struct
137 void __iomem *iobase; /* ioremapped address */
138 unsigned long base; /* TPM base address */
140 int irq;
141 int probed_irq;
143 int region_size;
144 int have_region;
146 struct list_head list;
147 int locality;
148 unsigned long timeout_a, timeout_b, timeout_c, timeout_d; /* jiffies */
[all …]