Searched refs:pmcfgr (Results 1 – 2 of 2) sorted by relevance
203 u32 pmcfgr; member
117 return (cspmu->pmcfgr & PMCFGR_CC); in supports_cycle_counter()123 return FIELD_GET(PMCFGR_SIZE, cspmu->pmcfgr) + 1; in counter_size()930 cspmu->pmcfgr = readl(cspmu->base0 + PMCFGR); in arm_cspmu_init_mmio()932 cspmu->num_logical_ctrs = FIELD_GET(PMCFGR_N, cspmu->pmcfgr) + 1; in arm_cspmu_init_mmio()
Completed in 6 milliseconds