Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/platform/samsung/exynos4-is/ !
Dfimc-lite-reg.c160 u32 hoff2, voff2; in flite_hw_set_window_offset() local
169 hoff2 = f->f_width - f->rect.width - f->rect.left; in flite_hw_set_window_offset()
172 cfg = (hoff2 << 16) | voff2; in flite_hw_set_window_offset()
Dfimc-reg.c653 u32 hoff2, voff2; in fimc_hw_set_camera_offset() local
664 hoff2 = f->o_width - f->width - f->offs_h; in fimc_hw_set_camera_offset()
666 cfg = (hoff2 << 16) | voff2; in fimc_hw_set_camera_offset()
/linux-5.19.10/drivers/media/platform/samsung/s3c-camif/ !
Dcamif-regs.c132 u32 hoff2, voff2; in camif_hw_set_camera_crop() local
144 hoff2 = mf->width - crop->width - crop->left; in camif_hw_set_camera_crop()
146 cfg = (hoff2 << 16) | voff2; in camif_hw_set_camera_crop()