Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/
H A Daspeed-video.c246 unsigned int frame_top; member
819 video->frame_top = src_tb_edge & VE_SRC_TB_EDGE_DET_TOP; in aspeed_video_get_resolution()
820 det->vfrontporch = video->frame_top; in aspeed_video_get_resolution()
825 if (video->frame_top > video->frame_bottom) in aspeed_video_get_resolution()
845 det->height = (video->frame_bottom - video->frame_top) + 1; in aspeed_video_get_resolution()
898 FIELD_PREP(VE_TGS_FIRST, video->frame_top) | in aspeed_video_set_resolution()