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