Searched refs:voff2 (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c163 u32 hoff2, voff2; flite_hw_set_window_offset() local
173 voff2 = f->f_height - f->rect.height - f->rect.top; flite_hw_set_window_offset()
175 cfg = (hoff2 << 16) | voff2; flite_hw_set_window_offset()
H A Dfimc-reg.c651 u32 hoff2, voff2; fimc_hw_set_camera_offset() local
663 voff2 = f->o_height - f->height - f->offs_v; fimc_hw_set_camera_offset()
664 cfg = (hoff2 << 16) | voff2; fimc_hw_set_camera_offset()
/linux-4.4.14/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c135 u32 hoff2, voff2; camif_hw_set_camera_crop() local
148 voff2 = mf->height - crop->height - crop->top; camif_hw_set_camera_crop()
149 cfg = (hoff2 << 16) | voff2; camif_hw_set_camera_crop()

Completed in 115 milliseconds