CFAG12864B_WIDTH  276 drivers/auxdisplay/cfag12864b.c 							CFAG12864B_WIDTH / 8]
CFAG12864B_WIDTH   33 drivers/auxdisplay/cfag12864bfb.c 	.line_length = CFAG12864B_WIDTH / 8,
CFAG12864B_WIDTH   38 drivers/auxdisplay/cfag12864bfb.c 	.xres = CFAG12864B_WIDTH,
CFAG12864B_WIDTH   40 drivers/auxdisplay/cfag12864bfb.c 	.xres_virtual = CFAG12864B_WIDTH,
CFAG12864B_WIDTH   28 samples/auxdisplay/cfag12864b-example.c #define CFAG12864B_ADDRESS(x, y)	((y) * CFAG12864B_WIDTH / \
CFAG12864B_WIDTH   34 samples/auxdisplay/cfag12864b-example.c 	#define CFAG12864B_CHECK(x, y)		((x) < CFAG12864B_WIDTH && \
CFAG12864B_WIDTH  156 samples/auxdisplay/cfag12864b-example.c 	for (j = 0; j < CFAG12864B_WIDTH / CFAG12864B_BPB; j++) {
CFAG12864B_WIDTH  157 samples/auxdisplay/cfag12864b-example.c 		cfag12864b_buffer[i * CFAG12864B_WIDTH / CFAG12864B_BPB +
CFAG12864B_WIDTH  160 samples/auxdisplay/cfag12864b-example.c 			if (matrix[i * CFAG12864B_WIDTH +
CFAG12864B_WIDTH  162 samples/auxdisplay/cfag12864b-example.c 				cfag12864b_buffer[i * CFAG12864B_WIDTH /
CFAG12864B_WIDTH  189 samples/auxdisplay/cfag12864b-example.c 	unsigned char matrix[CFAG12864B_WIDTH * CFAG12864B_HEIGHT];
CFAG12864B_WIDTH  200 samples/auxdisplay/cfag12864b-example.c 		for (i = 0; i < CFAG12864B_WIDTH; i += 2)
CFAG12864B_WIDTH  212 samples/auxdisplay/cfag12864b-example.c 		memset(matrix, 0, CFAG12864B_WIDTH * CFAG12864B_HEIGHT);
CFAG12864B_WIDTH  213 samples/auxdisplay/cfag12864b-example.c 		for (i = 0; i < CFAG12864B_WIDTH; i++)
CFAG12864B_WIDTH  215 samples/auxdisplay/cfag12864b-example.c 				matrix[j * CFAG12864B_WIDTH + i] = 1;
CFAG12864B_WIDTH  226 samples/auxdisplay/cfag12864b-example.c 		for (i = 0; i < CFAG12864B_WIDTH; i += 2)
CFAG12864B_WIDTH  233 samples/auxdisplay/cfag12864b-example.c 		for (i = 0; i < CFAG12864B_WIDTH; i++)