Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/platform/renesas/vsp1/
A Dvsp1_video.c188 unsigned int div_size, in vsp1_video_calculate_partition() argument
214 window.left = index * div_size; in vsp1_video_calculate_partition()
215 window.width = div_size; in vsp1_video_calculate_partition()
217 modulus = format->width % div_size; in vsp1_video_calculate_partition()
235 if (modulus < div_size / 2) { in vsp1_video_calculate_partition()
238 window.width = div_size / 2; in vsp1_video_calculate_partition()
242 window.left -= div_size / 2; in vsp1_video_calculate_partition()
257 unsigned int div_size; in vsp1_video_pipeline_setup_partitions() local
267 div_size = format->width; in vsp1_video_pipeline_setup_partitions()
282 div_size = min(div_size, entity_max); in vsp1_video_pipeline_setup_partitions()
[all …]
/linux-6.3-rc2/drivers/media/dvb-frontends/
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()

Completed in 6 milliseconds