Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/mellanox/
Dmlxbf-pmc.c89 #define MLXBF_PMC_CRSPACE_PERFMON_EN BIT(30) macro
1703 value = FIELD_GET(MLXBF_PMC_CRSPACE_PERFMON_EN, word); in mlxbf_pmc_enable_show()
1740 word &= ~MLXBF_PMC_CRSPACE_PERFMON_EN; in mlxbf_pmc_enable_store()
1741 word |= FIELD_PREP(MLXBF_PMC_CRSPACE_PERFMON_EN, en); in mlxbf_pmc_enable_store()