Home
last modified time | relevance | path

Searched refs:CXL_AI_HEADER_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/misc/cxl/
Dflash.c248 header->image_offset = cpu_to_be64(CXL_AI_HEADER_SIZE); in handle_image()
255 len_chunk += CXL_AI_HEADER_SIZE; in handle_image()
287 s_copy = CXL_AI_BUFFER_SIZE - CXL_AI_HEADER_SIZE; in handle_image()
288 dest += CXL_AI_HEADER_SIZE; /* image offset */ in handle_image()
399 BUG_ON(sizeof(struct ai_header) != CXL_AI_HEADER_SIZE); in device_open()
/Linux-v4.19/include/uapi/misc/
Dcxl.h65 #define CXL_AI_HEADER_SIZE 128 macro