Lines Matching refs:counter
290 * counter - name of a counter variable that can be used in a loop.
300 #define WRITE_GPREG_STRING32(regoffset, dwords, counter, array, \
304 for (counter = 0; counter < dwords; counter++) \
305 WRITE_GP32 (regoffset, *((unsigned long *)temp + counter)); \
321 * counter - name of a counter variable that can be used in a loop.
333 #define WRITE_GPREG_STRING8(regoffset, bytes, shift, counter, array, \
339 for (counter = 0; counter < bytes; counter++) { \
341 counter)))) << shift; \