Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/mellanox/
H A Dmlxbf-pmc.c654 uint32_t *wordaddr; in mlxbf_pmc_program_l3_counter() local
667 wordaddr = &perfcnt_sel; in mlxbf_pmc_program_l3_counter()
672 wordaddr = &perfcnt_sel_1; in mlxbf_pmc_program_l3_counter()
678 ret = mlxbf_pmc_readl(pmcaddr, wordaddr); in mlxbf_pmc_program_l3_counter()
712 return mlxbf_pmc_write(pmcaddr, MLXBF_PMC_WRITE_REG_32, *wordaddr); in mlxbf_pmc_program_l3_counter()
847 uint32_t *wordaddr; in mlxbf_pmc_read_l3_event() local
856 wordaddr = &perfcnt_sel; in mlxbf_pmc_read_l3_event()
861 wordaddr = &perfcnt_sel_1; in mlxbf_pmc_read_l3_event()
867 if (mlxbf_pmc_readl(pmcaddr, wordaddr)) in mlxbf_pmc_read_l3_event()