Searched refs:DATA_BLOCK_HEADER_SIZE (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/tiny/
H A Dgm12u320.c58 #define DATA_BLOCK_HEADER_SIZE 84 macro
61 #define DATA_BLOCK_SIZE (DATA_BLOCK_HEADER_SIZE + \
65 #define DATA_LAST_BLOCK_SIZE (DATA_BLOCK_HEADER_SIZE + \
128 static const char data_block_header[DATA_BLOCK_HEADER_SIZE] = {
142 static const char data_last_block_header[DATA_BLOCK_HEADER_SIZE] = {
190 memcpy(gm12u320->data_buf[i], hdr, DATA_BLOCK_HEADER_SIZE);
296 dst_offset += DATA_BLOCK_HEADER_SIZE;
305 dst_offset = DATA_BLOCK_HEADER_SIZE;

Completed in 325 milliseconds