Lines Matching refs:offset1

1823 		unsigned *offset0, unsigned *offset1,
1865 *offset1 = 0;
1888 *offset1 = 0;
1910 unsigned *offset0, unsigned *offset1,
1948 *offset1 = 0;
1950 *offset0 = *offset1 + field_offset * screen_width * ps;
1952 *offset0 = *offset1;
1963 *offset1 = screen_width * (fbh - 1) * ps;
1965 *offset0 = *offset1 + field_offset * ps;
1967 *offset0 = *offset1;
1973 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;
1975 *offset0 = *offset1 - field_offset * screen_width * ps;
1977 *offset0 = *offset1;
1988 *offset1 = (fbw - 1) * ps;
1990 *offset0 = *offset1 - field_offset * ps;
1992 *offset0 = *offset1;
2000 *offset1 = (fbw - 1) * ps;
2002 *offset0 = *offset1 + field_offset * screen_width * ps;
2004 *offset0 = *offset1;
2016 *offset1 = 0;
2018 *offset0 = *offset1 + field_offset * ps;
2020 *offset0 = *offset1;
2028 *offset1 = screen_width * (fbh - 1) * ps;
2030 *offset0 = *offset1 - field_offset * screen_width * ps;
2032 *offset0 = *offset1;
2044 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps;
2046 *offset0 = *offset1 - field_offset * ps;
2048 *offset0 = *offset1;
2063 unsigned int field_offset, unsigned *offset0, unsigned *offset1,
2086 *offset1 = 0;
2088 *offset0 = *offset1 + field_offset * screen_width * ps;
2090 *offset0 = *offset1;
2564 unsigned offset0, offset1;
2669 offset1 = 0;
2684 &offset0, &offset1, &row_inc, &pix_inc,
2690 &offset0, &offset1, &row_inc, &pix_inc,
2696 &offset0, &offset1, &row_inc, &pix_inc,
2699 DSSDBG("offset0 %u, offset1 %u, row_inc %d, pix_inc %d\n",
2700 offset0, offset1, row_inc, pix_inc);
2707 dispc_ovl_set_ba1(plane, paddr + offset1);
2711 dispc_ovl_set_ba1_uv(plane, p_uv_addr + offset1);