Searched refs:perfcnt_sel (Results 1 – 1 of 1) sorted by relevance
647 uint32_t perfcnt_sel = 0; in mlxbf_pmc_program_l3_counter() local661 wordaddr = &perfcnt_sel; in mlxbf_pmc_program_l3_counter()678 perfcnt_sel &= ~MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_0; in mlxbf_pmc_program_l3_counter()679 perfcnt_sel |= FIELD_PREP(MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_0, in mlxbf_pmc_program_l3_counter()683 perfcnt_sel &= ~MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_1; in mlxbf_pmc_program_l3_counter()684 perfcnt_sel |= FIELD_PREP(MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_1, in mlxbf_pmc_program_l3_counter()688 perfcnt_sel &= ~MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_2; in mlxbf_pmc_program_l3_counter()689 perfcnt_sel |= FIELD_PREP(MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_2, in mlxbf_pmc_program_l3_counter()693 perfcnt_sel &= ~MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_3; in mlxbf_pmc_program_l3_counter()694 perfcnt_sel |= FIELD_PREP(MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_3, in mlxbf_pmc_program_l3_counter()[all …]