Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c692 unsigned int div_size; in vsp1_video_pipeline_setup_partitions() local
701 div_size = format->width; in vsp1_video_pipeline_setup_partitions()
718 div_size = min(div_size, entity_max); in vsp1_video_pipeline_setup_partitions()
722 pipe->partitions = DIV_ROUND_UP(format->width, div_size); in vsp1_video_pipeline_setup_partitions()
729 div_size, i); in vsp1_video_pipeline_setup_partitions()
/linux/drivers/media/dvb-frontends/
H A 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()