voff2             160 drivers/media/platform/exynos4-is/fimc-lite-reg.c 	u32 hoff2, voff2;
voff2             170 drivers/media/platform/exynos4-is/fimc-lite-reg.c 	voff2 = f->f_height - f->rect.height - f->rect.top;
voff2             172 drivers/media/platform/exynos4-is/fimc-lite-reg.c 	cfg = (hoff2 << 16) | voff2;
voff2             648 drivers/media/platform/exynos4-is/fimc-reg.c 	u32 hoff2, voff2;
voff2             660 drivers/media/platform/exynos4-is/fimc-reg.c 	voff2 = f->o_height - f->height - f->offs_v;
voff2             661 drivers/media/platform/exynos4-is/fimc-reg.c 	cfg = (hoff2 << 16) | voff2;
voff2             132 drivers/media/platform/s3c-camif/camif-regs.c 	u32 hoff2, voff2;
voff2             145 drivers/media/platform/s3c-camif/camif-regs.c 		voff2 = mf->height - crop->height - crop->top;
voff2             146 drivers/media/platform/s3c-camif/camif-regs.c 		cfg = (hoff2 << 16) | voff2;