Home
last modified time | relevance | path

Searched refs:perfcnt_sel (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/mellanox/
H A Dmlxbf-pmc.c1263 u32 perfcnt_sel_1 = 0, perfcnt_sel = 0, *wordaddr; in mlxbf_pmc_program_l3_counter() local
1276 wordaddr = &perfcnt_sel; in mlxbf_pmc_program_l3_counter()
1293 perfcnt_sel &= ~MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_0; in mlxbf_pmc_program_l3_counter()
1294 perfcnt_sel |= FIELD_PREP(MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_0, in mlxbf_pmc_program_l3_counter()
1298 perfcnt_sel &= ~MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_1; in mlxbf_pmc_program_l3_counter()
1299 perfcnt_sel |= FIELD_PREP(MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_1, in mlxbf_pmc_program_l3_counter()
1303 perfcnt_sel &= ~MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_2; in mlxbf_pmc_program_l3_counter()
1304 perfcnt_sel |= FIELD_PREP(MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_2, in mlxbf_pmc_program_l3_counter()
1308 perfcnt_sel &= ~MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_3; in mlxbf_pmc_program_l3_counter()
1309 perfcnt_sel |= FIELD_PREP(MLXBF_PMC_L3C_PERF_CNT_SEL_CNT_3, in mlxbf_pmc_program_l3_counter()
[all …]