Lines Matching refs:offset0

1823 		unsigned *offset0, unsigned *offset1,  in calc_vrfb_rotation_offset()  argument
1867 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1869 *offset0 = 0; in calc_vrfb_rotation_offset()
1890 *offset0 = field_offset * screen_width * ps; in calc_vrfb_rotation_offset()
1892 *offset0 = 0; in calc_vrfb_rotation_offset()
1910 unsigned *offset0, unsigned *offset1, in calc_dma_rotation_offset() argument
1950 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
1952 *offset0 = *offset1; in calc_dma_rotation_offset()
1965 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
1967 *offset0 = *offset1; in calc_dma_rotation_offset()
1975 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
1977 *offset0 = *offset1; in calc_dma_rotation_offset()
1990 *offset0 = *offset1 - field_offset * ps; in calc_dma_rotation_offset()
1992 *offset0 = *offset1; in calc_dma_rotation_offset()
2002 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_dma_rotation_offset()
2004 *offset0 = *offset1; in calc_dma_rotation_offset()
2018 *offset0 = *offset1 + field_offset * ps; in calc_dma_rotation_offset()
2020 *offset0 = *offset1; in calc_dma_rotation_offset()
2030 *offset0 = *offset1 - field_offset * screen_width * ps; in calc_dma_rotation_offset()
2032 *offset0 = *offset1; in calc_dma_rotation_offset()
2046 *offset0 = *offset1 - field_offset * ps; in calc_dma_rotation_offset()
2048 *offset0 = *offset1; in calc_dma_rotation_offset()
2063 unsigned int field_offset, unsigned *offset0, unsigned *offset1, in calc_tiler_rotation_offset() argument
2088 *offset0 = *offset1 + field_offset * screen_width * ps; in calc_tiler_rotation_offset()
2090 *offset0 = *offset1; in calc_tiler_rotation_offset()
2564 unsigned offset0, offset1; in dispc_ovl_setup_common() local
2668 offset0 = 0; in dispc_ovl_setup_common()
2684 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2690 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2696 &offset0, &offset1, &row_inc, &pix_inc, in dispc_ovl_setup_common()
2700 offset0, offset1, row_inc, pix_inc); in dispc_ovl_setup_common()
2706 dispc_ovl_set_ba0(plane, paddr + offset0); in dispc_ovl_setup_common()
2710 dispc_ovl_set_ba0_uv(plane, p_uv_addr + offset0); in dispc_ovl_setup_common()