Home
last modified time | relevance | path

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

/linux/arch/csky/kernel/
H A Dperf_event.c46 } csky_pmu; variable
49 #define to_csky_pmu(p) (container_of(p, struct csky_pmu, pmu))
899 if (left > (s64)csky_pmu.max_period) in csky_pmu_event_set_period()
900 left = csky_pmu.max_period; in csky_pmu_event_set_period()
910 csky_pmu.max_period); in csky_pmu_event_set_period()
928 hw_raw_read_mapping[hwc->idx](), csky_pmu.count_width - 1); in csky_perf_event_update()
998 csky_pmu.hpcr = BIT(2); in csky_pmu_event_init()
1000 csky_pmu.hpcr = BIT(3); in csky_pmu_event_init()
1002 csky_pmu.hpcr = BIT(2) | BIT(3); in csky_pmu_event_init()
1004 csky_pmu.hpcr |= BIT(1) | BIT(0); in csky_pmu_event_init()
[all …]