Searched refs:PMCNTENCLR (Results 1 – 2 of 2) sorted by relevance
94 #define PMCNTENCLR(__cntr) (1UL << ((__cntr) & 0x7)) macro232 writel_relaxed(PMCNTENCLR(idx), l3pmu->regs + L3_M_BC_CNTENCLR); in qcom_l3_cache__64bit_counter_stop()233 writel_relaxed(PMCNTENCLR(idx + 1), l3pmu->regs + L3_M_BC_CNTENCLR); in qcom_l3_cache__64bit_counter_stop()307 writel_relaxed(PMCNTENCLR(idx), l3pmu->regs + L3_M_BC_CNTENCLR); in qcom_l3_cache__32bit_counter_stop()
827 cnten_off = PMCNTENCLR + (4 * reg_id); in arm_cspmu_disable_counter()1039 writel(~0U, cspmu->base0 + PMCNTENCLR); in arm_cspmu_init_mmio()1041 if (readl(cspmu->base0 + PMCNTENCLR)) { in arm_cspmu_init_mmio()