Lines Matching refs:offset0
1812 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument
1855 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1857 *offset0 = 0; in calc_vrfb_rotation_offset()
1877 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1879 *offset0 = 0; in calc_vrfb_rotation_offset()
1897 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument
1937 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1939 *offset0 = *offset1; in calc_dma_rotation_offset()
1952 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
1954 *offset0 = *offset1; in calc_dma_rotation_offset()
1962 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
1964 *offset0 = *offset1; in calc_dma_rotation_offset()
1977 *offset0 = *offset1 - field_offset * ps; in calc_dma_rotation_offset()
1979 *offset0 = *offset1; in calc_dma_rotation_offset()
1989 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1991 *offset0 = *offset1; in calc_dma_rotation_offset()
2005 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
2007 *offset0 = *offset1; in calc_dma_rotation_offset()
2017 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
2019 *offset0 = *offset1; in calc_dma_rotation_offset()
2033 *offset0 = *offset1 - field_offset * ps; in calc_dma_rotation_offset()
2035 *offset0 = *offset1; in calc_dma_rotation_offset()
2050 unsigned int field_offset, unsigned *offset0, unsigned *offset1, in calc_tiler_rotation_offset() argument
2075 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_tiler_rotation_offset()
2077 *offset0 = *offset1; in calc_tiler_rotation_offset()
2521 unsigned offset0, offset1; in dispc_ovl_setup_common() local
2589 offset0 = 0; in dispc_ovl_setup_common()
2605 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2611 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2617 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2621 offset0, offset1, row_inc, pix_inc); in dispc_ovl_setup_common()
2627 dispc_ovl_set_ba0(plane, paddr + offset0); in dispc_ovl_setup_common()
2631 dispc_ovl_set_ba0_uv(plane, p_uv_addr + offset0); in dispc_ovl_setup_common()