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

/linux-4.1.27/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c163 u32 hoff2, voff2; flite_hw_set_window_offset() local
172 hoff2 = f->f_width - f->rect.width - f->rect.left; 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
662 hoff2 = f->o_width - f->width - f->offs_h; fimc_hw_set_camera_offset()
664 cfg = (hoff2 << 16) | voff2; fimc_hw_set_camera_offset()
/linux-4.1.27/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c135 u32 hoff2, voff2; camif_hw_set_camera_crop() local
147 hoff2 = mf->width - crop->width - crop->left; camif_hw_set_camera_crop()
149 cfg = (hoff2 << 16) | voff2; camif_hw_set_camera_crop()

Completed in 263 milliseconds