Lines Matching refs:dsty
152 static void radeonfb_rectfill(struct radeonfb_display *, int dstx, int dsty,
156 int dstx, int dsty, int width, int height, int rop);
3535 radeonfb_rectfill(struct radeonfb_display *dp, int dstx, int dsty,
3556 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx);
3561 radeonfb_rectfill_a(void *cookie, int dstx, int dsty,
3566 radeonfb_rectfill(dp, dstx, dsty, width, height,
3572 int dstx, int dsty, int width, int height, int rop)
3579 if (dsty < srcy) {
3583 dsty += height - 1;
3607 PUT32(sc, RADEON_DST_Y_X, (dsty << 16) | dstx);