Home
last modified time | relevance | path

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

/linux/drivers/media/platform/st/sti/bdisp/
H A Dbdisp-hw.c864 node->s2ty = src->bytesperline; in bdisp_hw_build_node()
866 node->s2ty *= 2; in bdisp_hw_build_node()
868 node->s2ty |= bdisp_hw_color_format(src_fmt); in bdisp_hw_build_node()
884 node->s2ty = src->bytesperline; in bdisp_hw_build_node()
886 node->s2ty /= 2; in bdisp_hw_build_node()
888 node->s2ty *= 2; in bdisp_hw_build_node()
890 node->s2ty |= bdisp_hw_color_format(src_fmt); in bdisp_hw_build_node()
899 node->s1ty = node->s2ty; in bdisp_hw_build_node()
H A Dbdisp-reg.h28 u32 s2ty; member