Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/exynos4-is/
H A Dfimc-lite-reg.c160 u32 hoff2, voff2; in flite_hw_set_window_offset() local
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
172 cfg = (hoff2 << 16) | voff2; in flite_hw_set_window_offset()
H A Dfimc-reg.c653 u32 hoff2, voff2; in fimc_hw_set_camera_offset() local
665 voff2 = f->o_height - f->height - f->offs_v; in fimc_hw_set_camera_offset()
666 cfg = (hoff2 << 16) | voff2; in fimc_hw_set_camera_offset()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-lite-reg.c160 u32 hoff2, voff2; in flite_hw_set_window_offset() local
170 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()
172 cfg = (hoff2 << 16) | voff2; in flite_hw_set_window_offset()
H A Dfimc-reg.c653 u32 hoff2, voff2; in fimc_hw_set_camera_offset() local
665 voff2 = f->o_height - f->height - f->offs_v; in fimc_hw_set_camera_offset()
666 cfg = (hoff2 << 16) | voff2; in fimc_hw_set_camera_offset()
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
H A Dcamif-regs.c132 u32 hoff2, voff2; in camif_hw_set_camera_crop() local
145 voff2 = mf->height - crop->height - crop->top; in camif_hw_set_camera_crop()
146 cfg = (hoff2 << 16) | voff2; in camif_hw_set_camera_crop()
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c132 u32 hoff2, voff2; in camif_hw_set_camera_crop() local
145 voff2 = mf->height - crop->height - crop->top; in camif_hw_set_camera_crop()
146 cfg = (hoff2 << 16) | voff2; in camif_hw_set_camera_crop()

Completed in 6 milliseconds