Searched defs:etm_drvdata (Results 1 – 1 of 1) sorted by relevance
194 struct etm_drvdata { struct195 void __iomem *base;196 struct device *dev;197 struct clk *atclk;198 struct coresight_device *csdev;199 spinlock_t spinlock;200 int cpu;201 int port_size;202 u8 arch;203 bool use_cp14;[all …]