CFAG12864B_HEIGHT   39 drivers/auxdisplay/cfag12864bfb.c 	.yres = CFAG12864B_HEIGHT,
CFAG12864B_HEIGHT   41 drivers/auxdisplay/cfag12864bfb.c 	.yres_virtual = CFAG12864B_HEIGHT,
CFAG12864B_HEIGHT   35 samples/auxdisplay/cfag12864b-example.c 						(y) < CFAG12864B_HEIGHT)
CFAG12864B_HEIGHT  155 samples/auxdisplay/cfag12864b-example.c 	for (i = 0; i < CFAG12864B_HEIGHT; i++)
CFAG12864B_HEIGHT  189 samples/auxdisplay/cfag12864b-example.c 	unsigned char matrix[CFAG12864B_WIDTH * CFAG12864B_HEIGHT];
CFAG12864B_HEIGHT  201 samples/auxdisplay/cfag12864b-example.c 			for (j = 0; j < CFAG12864B_HEIGHT; j += 2)
CFAG12864B_HEIGHT  212 samples/auxdisplay/cfag12864b-example.c 		memset(matrix, 0, CFAG12864B_WIDTH * CFAG12864B_HEIGHT);
CFAG12864B_HEIGHT  214 samples/auxdisplay/cfag12864b-example.c 			for (j = 0; j < CFAG12864B_HEIGHT; j += 2)
CFAG12864B_HEIGHT  227 samples/auxdisplay/cfag12864b-example.c 			for (j = 0; j < CFAG12864B_HEIGHT; j++)
CFAG12864B_HEIGHT  234 samples/auxdisplay/cfag12864b-example.c 			for (j = 0; j < CFAG12864B_HEIGHT; j ++)