Searched defs:pmc_dev (Results 1 – 4 of 4) sorted by relevance
250 struct pmc_dev { struct251 u32 base_addr;252 void __iomem *regbase;253 const struct pmc_reg_map *map;255 struct dentry *dbgfs_dir;257 int pmc_xram_read_bit;258 struct mutex lock; /* generic mutex lock for PMC Core */260 bool check_counters; /* Check for counter increments on resume */261 u64 pc10_counter;262 u64 s0ix_counter;
38 struct pmc_dev { struct48 static struct pmc_dev pmc_device; argument
29 static struct device *pmc_dev; variable
103 static struct platform_device *pmc_dev; variable