DATA_BLOCK_HEADER_SIZE   58 drivers/gpu/drm/tiny/gm12u320.c #define DATA_BLOCK_SIZE			(DATA_BLOCK_HEADER_SIZE + \
DATA_BLOCK_HEADER_SIZE   62 drivers/gpu/drm/tiny/gm12u320.c #define DATA_LAST_BLOCK_SIZE		(DATA_BLOCK_HEADER_SIZE + \
DATA_BLOCK_HEADER_SIZE  124 drivers/gpu/drm/tiny/gm12u320.c static const char data_block_header[DATA_BLOCK_HEADER_SIZE] = {
DATA_BLOCK_HEADER_SIZE  138 drivers/gpu/drm/tiny/gm12u320.c static const char data_last_block_header[DATA_BLOCK_HEADER_SIZE] = {
DATA_BLOCK_HEADER_SIZE  180 drivers/gpu/drm/tiny/gm12u320.c 		memcpy(gm12u320->data_buf[i], hdr, DATA_BLOCK_HEADER_SIZE);
DATA_BLOCK_HEADER_SIZE  313 drivers/gpu/drm/tiny/gm12u320.c 		dst_offset += DATA_BLOCK_HEADER_SIZE;
DATA_BLOCK_HEADER_SIZE  322 drivers/gpu/drm/tiny/gm12u320.c 			dst_offset = DATA_BLOCK_HEADER_SIZE;