Lines Matching defs:ctr
21 struct op_counter_config *ctr,
39 ctl |= (ctr[0].enabled ? ctr[0].event << 8 : 14 << 8);
40 ctl |= (ctr[1].enabled ? (ctr[1].event - 16) << 32 : 7ul << 32);
48 count = ctr[0].count;
53 ctr[0].count = count;
54 ctl |= (ctr[0].enabled && hilo) << 3;
56 count = ctr[1].count;
61 ctr[1].count = count;
62 ctl |= (ctr[1].enabled && hilo);
94 struct op_counter_config *ctr)
98 if (!ctr[which].enabled)