Searched refs:VPU_MSG_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
19 #define VPU_MSG_BUFFER_SIZE (8192) macro247 u8 msg_buffer[VPU_MSG_BUFFER_SIZE];
266 core->msg_buffer_size = roundup_pow_of_two(VPU_MSG_BUFFER_SIZE); in vpu_core_register()