Searched defs:pmc_dev (Results 1 – 4 of 4) sorted by relevance
192 struct pmc_dev { struct193 u32 base_addr;194 void __iomem *regbase;195 const struct pmc_reg_map *map;197 struct dentry *dbgfs_dir;199 int pmc_xram_read_bit;200 struct mutex lock; /* generic mutex lock for PMC Core */
46 struct pmc_dev { struct56 static struct pmc_dev pmc_device; argument
33 static struct device *pmc_dev; variable
106 static struct platform_device *pmc_dev; variable