Searched refs:div_size (Results 1 – 2 of 2) sorted by relevance
189 unsigned int div_size, in vsp1_video_calculate_partition() argument215 window.left = index * div_size; in vsp1_video_calculate_partition()216 window.width = div_size; in vsp1_video_calculate_partition()218 modulus = format->width % div_size; in vsp1_video_calculate_partition()236 if (modulus < div_size / 2) { in vsp1_video_calculate_partition()239 window.width = div_size / 2; in vsp1_video_calculate_partition()243 window.left -= div_size / 2; in vsp1_video_calculate_partition()258 unsigned int div_size; in vsp1_video_pipeline_setup_partitions() local268 div_size = format->width; in vsp1_video_pipeline_setup_partitions()283 div_size = min(div_size, entity_max); in vsp1_video_pipeline_setup_partitions()[all …]
196 u32 ix, div_size; in mxl692_checksum() local200 div_size = DIV_ROUND_UP(size, 4); in mxl692_checksum()203 for (ix = 0; ix < div_size; ix++) in mxl692_checksum()