Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_reg_info.c678 u32 *bRGA_DST_UV_MST; in RGA_set_dst() local
693 bRGA_DST_UV_MST = (u32 *)(base + RGA_DST_UV_MST_OFFSET); in RGA_set_dst()
706 *bRGA_DST_UV_MST = 0; in RGA_set_dst()
726 *bRGA_DST_UV_MST = (u32)msg->dst.uv_addr + (y_off * stride) + x_off; in RGA_set_dst()
735 *bRGA_DST_UV_MST = (u32)msg->dst.uv_addr + ((y_off>>1) * stride) + x_off; in RGA_set_dst()
744 *bRGA_DST_UV_MST = (u32)msg->dst.uv_addr + (y_off * stride) + x_off; in RGA_set_dst()
753 *bRGA_DST_UV_MST = (u32)msg->dst.uv_addr + ((y_off>>1) * stride) + x_off; in RGA_set_dst()