Searched refs:MMCRA_BHRB_DISABLE (Results 1 – 5 of 5) sorted by relevance
125 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_PMU_ISA31()
456 mtspr(SPRN_MMCRA, MMCRA_BHRB_DISABLE); in init_pmu_power10()
437 mmcra |= MMCRA_BHRB_DISABLE; in isa207_compute_mmcr()524 mmcra &= ~MMCRA_BHRB_DISABLE; in isa207_compute_mmcr()
97 #define MMCRA_BHRB_DISABLE 0 macro1302 val |= MMCRA_BHRB_DISABLE; in power_pmu_disable()
897 #define MMCRA_BHRB_DISABLE _UL(0x2000000000) // BHRB disable bit for ISA v3.1 macro