Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/platform/amphion/
Dvpu.h19 #define VPU_MSG_BUFFER_SIZE (8192) macro
248 u8 msg_buffer[VPU_MSG_BUFFER_SIZE];
Dvpu_core.c266 core->msg_buffer_size = roundup_pow_of_two(VPU_MSG_BUFFER_SIZE); in vpu_core_register()