Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/amphion/
Dvpu.h18 #define VPU_MSG_BUFFER_SIZE (8192) macro
245 u8 msg_buffer[VPU_MSG_BUFFER_SIZE];
Dvpu_core.c264 core->msg_buffer_size = roundup_pow_of_two(VPU_MSG_BUFFER_SIZE); in vpu_core_register()