Lines Matching full:offset1

1812 		unsigned *offset0, unsigned *offset1,  in calc_vrfb_rotation_offset()  argument
1854 *offset1 = 0; in calc_vrfb_rotation_offset()
1877 *offset1 = 0; in calc_vrfb_rotation_offset()
1899 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument
1937 *offset1 = 0; in calc_dma_rotation_offset()
1939 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1941 *offset0 = *offset1; in calc_dma_rotation_offset()
1952 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1954 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
1956 *offset0 = *offset1; in calc_dma_rotation_offset()
1962 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1964 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
1966 *offset0 = *offset1; in calc_dma_rotation_offset()
1977 *offset1 = (fbw - 1) * ps; in calc_dma_rotation_offset()
1979 *offset0 = *offset1 - field_offset * ps; in calc_dma_rotation_offset()
1981 *offset0 = *offset1; in calc_dma_rotation_offset()
1989 *offset1 = (fbw - 1) * ps; in calc_dma_rotation_offset()
1991 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1993 *offset0 = *offset1; in calc_dma_rotation_offset()
2005 *offset1 = 0; in calc_dma_rotation_offset()
2007 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
2009 *offset0 = *offset1; in calc_dma_rotation_offset()
2017 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2019 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
2021 *offset0 = *offset1; in calc_dma_rotation_offset()
2033 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
2035 *offset0 = *offset1 - field_offset * ps; in calc_dma_rotation_offset()
2037 *offset0 = *offset1; in calc_dma_rotation_offset()
2052 unsigned int field_offset, unsigned *offset0, unsigned *offset1, in calc_tiler_rotation_offset() argument
2075 *offset1 = 0; in calc_tiler_rotation_offset()
2077 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_tiler_rotation_offset()
2079 *offset0 = *offset1; in calc_tiler_rotation_offset()
2553 unsigned offset0, offset1; in dispc_ovl_setup_common() local
2658 offset1 = 0; in dispc_ovl_setup_common()
2668 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2674 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2680 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2683 DSSDBG("offset0 %u, offset1 %u, row_inc %d, pix_inc %d\n", in dispc_ovl_setup_common()
2684 offset0, offset1, row_inc, pix_inc); in dispc_ovl_setup_common()
2691 dispc_ovl_set_ba1(plane, paddr + offset1); in dispc_ovl_setup_common()
2695 dispc_ovl_set_ba1_uv(plane, p_uv_addr + offset1); in dispc_ovl_setup_common()