Lines Matching defs:xres
106 .xres = DPY_W,
784 int xres = par->info->var.xres;
804 broadsheet_write_reg32(par, 0x310, xres*yres*2);
879 args[3] = cpu_to_le16(par->info->var.xres);
886 buf += y1 * par->info->var.xres;
887 broadsheet_burst_write(par, ((1 + y2 - y1) * par->info->var.xres)/2,
939 u16 xres = info->var.xres;
942 h_inc = DIV_ROUND_UP(PAGE_SIZE , xres);
948 y1 = pageref->offset / xres;
957 y1 = pageref->offset / xres;
1053 broadsheetfb_var.xres = dpyw;