Lines Matching refs:offset0
1869 unsigned *offset0, unsigned *offset1, in calc_vrfb_rotation_offset() argument
1913 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1915 *offset0 = 0; in calc_vrfb_rotation_offset()
1936 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1938 *offset0 = 0; in calc_vrfb_rotation_offset()
1956 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument
1996 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1998 *offset0 = *offset1; in calc_dma_rotation_offset()
2011 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
2013 *offset0 = *offset1; in calc_dma_rotation_offset()
2021 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
2023 *offset0 = *offset1; in calc_dma_rotation_offset()
2036 *offset0 = *offset1 - field_offset * ps; in calc_dma_rotation_offset()
2038 *offset0 = *offset1; in calc_dma_rotation_offset()
2048 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
2050 *offset0 = *offset1; in calc_dma_rotation_offset()
2064 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
2066 *offset0 = *offset1; in calc_dma_rotation_offset()
2076 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
2078 *offset0 = *offset1; in calc_dma_rotation_offset()
2092 *offset0 = *offset1 - field_offset * ps; in calc_dma_rotation_offset()
2094 *offset0 = *offset1; in calc_dma_rotation_offset()
2109 unsigned int field_offset, unsigned *offset0, unsigned *offset1, in calc_tiler_rotation_offset() argument
2134 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_tiler_rotation_offset()
2136 *offset0 = *offset1; in calc_tiler_rotation_offset()
2610 unsigned offset0, offset1; in dispc_ovl_setup_common() local
2714 offset0 = 0; in dispc_ovl_setup_common()
2730 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2736 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2742 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2746 offset0, offset1, row_inc, pix_inc); in dispc_ovl_setup_common()
2752 dispc_ovl_set_ba0(plane, paddr + offset0); in dispc_ovl_setup_common()
2756 dispc_ovl_set_ba0_uv(plane, p_uv_addr + offset0); in dispc_ovl_setup_common()