Searched refs:PFM_CTL_EN (Results 1 – 2 of 2) sorted by relevance
297 mask = PFM_CTL_EN[idx]; in nds32_pfm_disable_counter()375 mask = PFM_CTL_EN[idx]; in nds32_pfm_enable_counter()605 val |= (PFM_CTL_EN[0] | PFM_CTL_EN[1] | PFM_CTL_EN[2]); in nds32_pmu_start()622 val &= ~(PFM_CTL_EN[0] | PFM_CTL_EN[1] | PFM_CTL_EN[2]); in nds32_pmu_stop()
28 u32 PFM_CTL_EN[3] = { PFM_CTL_mskEN0, PFM_CTL_mskEN1, variable