Home
last modified time | relevance | path

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

/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_pfmon.h26 #define PFMON1_P 16 macro
40 #define PFMON(n, x) ((x) << ((n) ? PFMON1_P : PFMON0_P))
/linux-4.1.27/arch/blackfin/kernel/
Dperf_event.c208 val |= (hwc->config << (PFMON1_P - PFMON0_P)); in bfin_pfmon_enable()