Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/
H A Dgm12u320.c55 #define DATA_BLOCK_HEADER_SIZE 84 macro
58 #define DATA_BLOCK_SIZE (DATA_BLOCK_HEADER_SIZE + \
62 #define DATA_LAST_BLOCK_SIZE (DATA_BLOCK_HEADER_SIZE + \
125 static const char data_block_header[DATA_BLOCK_HEADER_SIZE] = {
139 static const char data_last_block_header[DATA_BLOCK_HEADER_SIZE] = {
182 memcpy(gm12u320->data_buf[i], hdr, DATA_BLOCK_HEADER_SIZE); in gm12u320_usb_alloc()
298 dst_offset += DATA_BLOCK_HEADER_SIZE; in gm12u320_copy_fb_to_blocks()
307 dst_offset = DATA_BLOCK_HEADER_SIZE; in gm12u320_copy_fb_to_blocks()
/kernel/linux/linux-6.6/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); in gm12u320_usb_alloc()
296 dst_offset += DATA_BLOCK_HEADER_SIZE; in gm12u320_copy_fb_to_blocks()
305 dst_offset = DATA_BLOCK_HEADER_SIZE; in gm12u320_copy_fb_to_blocks()

Completed in 3 milliseconds