Lines Matching refs:offset0
1812 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument
1856 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1858 *offset0 = 0; in calc_vrfb_rotation_offset()
1879 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1881 *offset0 = 0; in calc_vrfb_rotation_offset()
1899 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument
1939 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1941 *offset0 = *offset1; in calc_dma_rotation_offset()
1954 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
1956 *offset0 = *offset1; 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()
1979 *offset0 = *offset1 - field_offset * ps; in calc_dma_rotation_offset()
1981 *offset0 = *offset1; 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()
2007 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
2009 *offset0 = *offset1; 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()
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
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
2657 offset0 = 0; in dispc_ovl_setup_common()
2673 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2679 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2685 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2689 offset0, offset1, row_inc, pix_inc); in dispc_ovl_setup_common()
2695 dispc_ovl_set_ba0(plane, paddr + offset0); in dispc_ovl_setup_common()
2699 dispc_ovl_set_ba0_uv(plane, p_uv_addr + offset0); in dispc_ovl_setup_common()