Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/perf/
Dstarfive_starlink_pmu.c37 #define STARLINK_PMU_INTERRUPT_ENABLE 0x050 macro
191 val = readq(starlink_pmu->pmu_base + STARLINK_PMU_INTERRUPT_ENABLE); in starlink_pmu_counter_start()
206 writeq(val, starlink_pmu->pmu_base + STARLINK_PMU_INTERRUPT_ENABLE); in starlink_pmu_counter_start()
223 val = readq(starlink_pmu->pmu_base + STARLINK_PMU_INTERRUPT_ENABLE); in starlink_pmu_counter_stop()
229 writeq(val, starlink_pmu->pmu_base + STARLINK_PMU_INTERRUPT_ENABLE); in starlink_pmu_counter_stop()