Home
last modified time | relevance | path

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

/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.c709 unsigned int entity_max; in vsp1_video_pipeline_setup_partitions() local
714 entity_max = entity->ops->max_width(entity, in vsp1_video_pipeline_setup_partitions()
717 if (entity_max) in vsp1_video_pipeline_setup_partitions()
718 div_size = min(div_size, entity_max); in vsp1_video_pipeline_setup_partitions()