Searched refs:pfctl (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/oprofile/
H A Dop_model_bf533.c55 unsigned int pfctl = ctr_read(); local
60 pfctl |= (PM_CTL0_ENABLE | ((char)ctr[0].event << 5));
65 pfctl |= (PM_CTL1_ENABLE | ((char)ctr[1].event << 16));
71 pfctl |= COUNT_EDGE_ONLY;
72 curr_pfctl = pfctl;
74 pr_debug("write 0x%x to pfctl\n", pfctl);
75 ctr_write(pfctl);
83 unsigned int pfctl = ctr_read(); local
85 pfctl |
98 int pfctl; local
125 unsigned int pc, pfctl; local
[all...]

Completed in 20 milliseconds