Lines Matching refs:ypos
367 static void SPX_blkset(u_int xpos, u_int ypos,
369 static void SPXg_blkset(u_int xpos, u_int ypos,
543 SPX_blkset(u_int xpos, u_int ypos, u_int xdim, u_int ydim, char color)
550 SPX_REG(SPX_YSTART) = ypos << 16;
552 SPX_REG(SPX_YEND) = (ypos + ydim) << 16;
558 SPX_REG(SPX_DSTPIX) = temp + LINEAR(xpos, ypos);
570 SPXg_blkset(u_int xpos, u_int ypos, u_int xdim, u_int ydim, char color)
577 SPXg_REG(SPX_YSTART) = ypos << 16; spxg_delay();
579 SPXg_REG(SPX_YEND) = (ypos + ydim) << 16; spxg_delay();
583 SPXg_REG(SPX_DSTPIX) = temp + LINEAR(xpos, ypos); spxg_delay();