DATA_BLOCK_CONTENT_SIZE 59 drivers/gpu/drm/tiny/gm12u320.c DATA_BLOCK_CONTENT_SIZE + \ DATA_BLOCK_CONTENT_SIZE 305 drivers/gpu/drm/tiny/gm12u320.c block = dst_offset / DATA_BLOCK_CONTENT_SIZE; DATA_BLOCK_CONTENT_SIZE 306 drivers/gpu/drm/tiny/gm12u320.c dst_offset %= DATA_BLOCK_CONTENT_SIZE; DATA_BLOCK_CONTENT_SIZE 308 drivers/gpu/drm/tiny/gm12u320.c if ((dst_offset + len) > DATA_BLOCK_CONTENT_SIZE) { DATA_BLOCK_CONTENT_SIZE 309 drivers/gpu/drm/tiny/gm12u320.c remain = dst_offset + len - DATA_BLOCK_CONTENT_SIZE; DATA_BLOCK_CONTENT_SIZE 310 drivers/gpu/drm/tiny/gm12u320.c len = DATA_BLOCK_CONTENT_SIZE - dst_offset;