Lines Matching refs:srcy
743 gu1_screen_to_screen_blt(unsigned short srcx, unsigned short srcy,
748 gfx_screen_to_screen_blt(unsigned short srcx, unsigned short srcy,
764 if (dsty > srcy) {
766 srcy += height - 1;
809 WRITE_REG16(GP_SRC_YCOOR, srcy);
856 gu1_screen_to_screen_xblt(unsigned short srcx, unsigned short srcy,
862 gfx_screen_to_screen_xblt(unsigned short srcx, unsigned short srcy,
874 if (dsty > srcy) {
876 srcy += height - 1;
945 WRITE_REG16(GP_SRC_YCOOR, srcy);
1001 gu1_color_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1007 gfx_color_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1067 (unsigned long) srcy *(long) pitch + ((long) srcx << bpp_shift);
1112 gu1_color_bitmap_to_screen_xblt(unsigned short srcx, unsigned short srcy,
1119 gfx_color_bitmap_to_screen_xblt(unsigned short srcx, unsigned short srcy,
1199 (unsigned long) srcy *(long) pitch + ((long) srcx << bpp_shift);
1239 gu1_mono_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1245 gfx_mono_bitmap_to_screen_blt(unsigned short srcx, unsigned short srcy,
1321 array_offset = (unsigned long) srcy *(long) pitch + ((long) srcx >> 3);