x_word_count      152 drivers/video/fbdev/dnfb.c 	int incr, y_delta, pre_read = 0, x_end, x_word_count;
x_word_count      166 drivers/video/fbdev/dnfb.c 		x_word_count = (x_end >> 4) - (area->dx >> 4) + 1;
x_word_count      176 drivers/video/fbdev/dnfb.c 		x_word_count = (area->dx >> 4) - (x_end >> 4) + 1;
x_word_count      195 drivers/video/fbdev/dnfb.c 		if (x_word_count) {
x_word_count      202 drivers/video/fbdev/dnfb.c 			for (j = 1; j < (x_word_count - 1); j++) {