Home
last modified time | relevance | path

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

/linux/drivers/media/platform/aspeed/
H A Daspeed-video.c323 unsigned int frame_bottom; member
1010 det->vfrontporch = vtotal - v->frame_bottom; in aspeed_video_get_timings()
1014 det->vfrontporch = vsync - v->frame_bottom; in aspeed_video_get_timings()
1090 video->frame_bottom = FIELD_GET(VE_SRC_TB_EDGE_DET_BOT, src_tb_edge); in aspeed_video_get_resolution()
1093 if (video->frame_top > video->frame_bottom) in aspeed_video_get_resolution()
1110 det->height = (video->frame_bottom - video->frame_top) + 1; in aspeed_video_get_resolution()
1169 video->frame_bottom + 1)); in aspeed_video_set_resolution()