Lines Matching defs:count
84 /* Select interrupt frequencies. Take the interrupt count selected
91 unsigned long max, hilo, count = ctr[i].count;
95 if (count <= 256)
96 count = 256, hilo = 3, max = 256;
100 if (count > max)
101 count = max;
103 ctr[i].count = count;
106 reset |= (max - count) << (48 - 16*i);
107 if (count != max)
144 /* CTR is a counter for which the user has requested an interrupt count
145 in between one of the widths selectable in hardware. Reset the count