Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arc/kernel/
Dperf_event.c277 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_start()
278 read_aux_reg(ARC_REG_PCT_INT_CTRL) | (1 << idx)); in arc_pmu_start()
297 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_stop()
298 read_aux_reg(ARC_REG_PCT_INT_CTRL) & ~(1 << idx)); in arc_pmu_stop()
402 write_aux_reg(ARC_REG_PCT_INT_CTRL, in arc_pmu_intr()
403 read_aux_reg(ARC_REG_PCT_INT_CTRL) | (1 << idx)); in arc_pmu_intr()
/linux-4.4.14/arch/arc/include/asm/
Dperf_event.h34 #define ARC_REG_PCT_INT_CTRL 0x25E macro