Home
last modified time | relevance | path

Searched refs:dest_x1 (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
106 dest_x1 = src_x1 = 0; in meson_vpu_setup_plane()
174 osd1_blk0_cfg[3] = ((dest_x2 - 1) << 16) | dest_x1; in meson_vpu_setup_plane()
197 writel(((dest_x2 - 1) << 16) | dest_x1, in meson_vpu_setup_plane()