Lines Matching refs:items
128 chip->clock.items = val & 0xff;
130 chip->clock.items);
131 if (chip->clock.items > MAX_SAMPLE_CLOCK_COUNT) {
133 chip->clock.items);
137 nitems = chip->clock.items;
143 unsigned short items[4];
152 items[0] = val & 0xfff;
153 items[1] = (val >> 16) & 0xfff;
154 items[2] = res_ex & 0xfff;
155 items[3] = (res_ex >> 16) & 0xfff;
158 unsigned char type = items[j] >> 8;
159 unsigned int freq = items[j] & 0xff;
176 if (items[j] & 0x80)
191 chip->clock.items--;
301 for (i = 0; i < chip->clock.items; i++) {
306 if (i >= chip->clock.items)