Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/drivers/video/meson/
Dmeson_plane.c104 unsigned int dest_x1, dest_x2, dest_y1, dest_y2; in meson_vpu_setup_plane() local
108 dest_y1 = src_y1 = 0; in meson_vpu_setup_plane()
161 dest_y1 /= 2; in meson_vpu_setup_plane()
175 osd1_blk0_cfg[4] = ((dest_y2 - 1) << 16) | dest_y1; in meson_vpu_setup_plane()
199 writel(((dest_y2 - 1) << 16) | dest_y1, in meson_vpu_setup_plane()