Lines Matching refs:ctr
26 struct op_counter_config *ctr,
47 unsigned long event = ctr[i].event;
48 if (!ctr[i].enabled)
91 unsigned long max, hilo, count = ctr[i].count;
92 if (!ctr[i].enabled)
103 ctr[i].count = count;
117 struct op_counter_config *ctr,
120 common_reg_setup(reg, ctr, sys, 19, 22);
125 struct op_counter_config *ctr,
128 common_reg_setup(reg, ctr, sys, 8, 11);
157 ev5_reset_ctr(struct op_register_config *reg, unsigned long ctr)
161 mask = (ctr == 0 ? 0xfffful << 48
162 : ctr == 1 ? 0xfffful << 32
184 struct op_counter_config *ctr)