Searched refs:voff2 (Results 1 – 3 of 3) sorted by relevance
161 u32 hoff2, voff2; in flite_hw_set_window_offset() local171 voff2 = f->f_height - f->rect.height - f->rect.top; in flite_hw_set_window_offset()173 cfg = (hoff2 << 16) | voff2; in flite_hw_set_window_offset()
651 u32 hoff2, voff2; in fimc_hw_set_camera_offset() local663 voff2 = f->o_height - f->height - f->offs_v; in fimc_hw_set_camera_offset()664 cfg = (hoff2 << 16) | voff2; in fimc_hw_set_camera_offset()
135 u32 hoff2, voff2; in camif_hw_set_camera_crop() local148 voff2 = mf->height - crop->height - crop->top; in camif_hw_set_camera_crop()149 cfg = (hoff2 << 16) | voff2; in camif_hw_set_camera_crop()