Home
last modified time | relevance | path

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

/linux/arch/csky/kernel/
H A Dperf_event.c44 uint32_t hpcr; member
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()
1012 cpwcr(HPCR, csky_pmu.hpcr); in csky_pmu_enable()