Searched defs:pmc_dev (Results 1 – 2 of 2) sorted by relevance
174 struct pmc_dev { struct175 u32 base_addr;176 void __iomem *regbase;177 const struct pmc_reg_map *map;179 struct dentry *dbgfs_dir;181 bool has_slp_s0_res;182 int pmc_xram_read_bit;183 struct mutex lock; /* generic mutex lock for PMC Core */
47 struct pmc_dev { struct57 static struct pmc_dev pmc_device; argument