Searched refs:ARC_REG_PCT_INT_CTRL (Results 1 – 2 of 2) sorted by relevance
468 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_start()469 read_aux_reg(ARC_REG_PCT_INT_CTRL) | BIT(idx)); in arc_pmu_start()488 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_stop()489 read_aux_reg(ARC_REG_PCT_INT_CTRL) & ~BIT(idx)); in arc_pmu_stop()592 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_intr()593 read_aux_reg(ARC_REG_PCT_INT_CTRL) | BIT(idx)); in arc_pmu_intr()
30 #define ARC_REG_PCT_INT_CTRL 0x25E macro