Searched defs:pmc_dev (Results 1 – 4 of 4) sorted by relevance
328 struct pmc_dev { struct329 u32 base_addr;330 void __iomem *regbase;331 const struct pmc_reg_map *map;332 struct dentry *dbgfs_dir;333 int pmc_xram_read_bit;337 u64 pc10_counter;338 u64 s0ix_counter;339 int num_lpm_modes;340 int lpm_en_modes[LPM_MAX_NUM_MODES];[all …]
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
Completed in 7 milliseconds