Home | History | Annotate | Download | only in vsa

Lines Matching defs:spx_xsize

88 #define FONT_STORAGE_START	(spx_xsize * spx_ysize)
265 static int spx_xsize;
314 #define LINEAR(x, y) ((y * spx_xsize) + x)
319 (row) * spx_font.fontheight * spx_xsize + \
320 (line) * spx_xsize + dot)
474 SPX_REG(SPX_STRIDE) = (spx_xsize << 16) | spx_xsize;
507 SPXg_REG(SPX_STRIDE) = (spx_xsize << 16) | spx_xsize; spxg_delay();
553 SPX_REG(SPX_STRIDE) = (spx_xsize << 16) | spx_xsize;
580 SPXg_REG(SPX_STRIDE) = (spx_xsize << 16) | spx_xsize; spxg_delay();
765 SPX_REG(SPX_STRIDE) = (spx_font.fontwidth << 16) | spx_xsize;
813 SPXg_REG(SPX_STRIDE) = (spx_font.fontwidth << 16) | spx_xsize;
913 spx_xsize, (nrows * spx_font.fontheight));
930 spx_xsize, (nrows * spx_font.fontheight),
964 fb->width = spx_xsize;
1032 *(u_int *)data = spx_xsize;
1184 spx_blkset(0, 0, spx_xsize, spx_ysize, SPX_BG_COLOR);
1485 spx_xsize = 1280;
1515 spx_cols = spx_xsize / spx_font.fontwidth;
1517 spx_fb_size = spx_xsize * spx_ysize;