Home
last modified time | relevance | path

Searched refs:div_size (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/media/platform/renesas/vsp1/
Dvsp1_pipe.c506 unsigned int div_size, in vsp1_pipeline_calculate_partition() argument
521 window.left = index * div_size; in vsp1_pipeline_calculate_partition()
522 window.width = div_size; in vsp1_pipeline_calculate_partition()
526 modulus = format->width % div_size; in vsp1_pipeline_calculate_partition()
544 if (modulus < div_size / 2) { in vsp1_pipeline_calculate_partition()
547 window.width = div_size / 2; in vsp1_pipeline_calculate_partition()
550 window.width = (div_size / 2) + modulus; in vsp1_pipeline_calculate_partition()
551 window.left -= div_size / 2; in vsp1_pipeline_calculate_partition()
Dvsp1_video.c680 unsigned int div_size; in vsp1_video_pipeline_setup_partitions() local
689 div_size = format->width; in vsp1_video_pipeline_setup_partitions()
706 div_size = min(div_size, entity_max); in vsp1_video_pipeline_setup_partitions()
710 pipe->partitions = DIV_ROUND_UP(format->width, div_size); in vsp1_video_pipeline_setup_partitions()
718 div_size, i); in vsp1_video_pipeline_setup_partitions()
Dvsp1_pipe.h177 unsigned int div_size,
/linux-6.12.1/drivers/media/dvb-frontends/
Dmxl692.c196 u32 ix, div_size; in mxl692_checksum() local
200 div_size = DIV_ROUND_UP(size, 4); in mxl692_checksum()
203 for (ix = 0; ix < div_size; ix++) in mxl692_checksum()