Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-pmc.c636 uint32_t perfcnt_cfg = 0; in mlxbf_pmc_config_l3_counters() local
639 perfcnt_cfg |= MLXBF_PMC_L3C_PERF_CNT_CFG_EN; in mlxbf_pmc_config_l3_counters()
641 perfcnt_cfg |= MLXBF_PMC_L3C_PERF_CNT_CFG_RST; in mlxbf_pmc_config_l3_counters()
645 MLXBF_PMC_WRITE_REG_32, perfcnt_cfg); in mlxbf_pmc_config_l3_counters()
1146 uint32_t perfcnt_cfg; in mlxbf_pmc_enable_show() local
1153 &perfcnt_cfg)) in mlxbf_pmc_enable_show()
1156 value = FIELD_GET(MLXBF_PMC_L3C_PERF_CNT_CFG_EN, perfcnt_cfg); in mlxbf_pmc_enable_show()