Lines Matching refs:index
145 * The card maintains an index which increments the address
149 static unsigned int index;
159 * If we are reading offset 0, or our current index is
160 * greater than the offset, reset the hardware index counter.
162 if (off == 0 || index > off) {
164 index = 0;
168 * Increment the hardware index counter until we get to the
171 while (index < off) {
173 index += 1;
178 index += 1;
329 int index = 16;
336 ecard_readbytes(&excd, ec, index, 8, useld);
337 index += 8;
341 index = 0;
347 index = c_start(&excd);