Lines Matching refs:xres
106 .xres = DPY_W,
784 int xres = par->info->var.xres; in broadsheet_init_display() local
804 broadsheet_write_reg32(par, 0x310, xres*yres*2); in broadsheet_init_display()
879 args[3] = cpu_to_le16(par->info->var.xres); in broadsheetfb_dpy_update_pages()
886 buf += y1 * par->info->var.xres; in broadsheetfb_dpy_update_pages()
887 broadsheet_burst_write(par, ((1 + y2 - y1) * par->info->var.xres)/2, in broadsheetfb_dpy_update_pages()
941 u16 xres = info->var.xres; in broadsheetfb_dpy_deferred_io() local
944 h_inc = DIV_ROUND_UP(PAGE_SIZE , xres); in broadsheetfb_dpy_deferred_io()
950 y1 = (cur->index << PAGE_SHIFT) / xres; in broadsheetfb_dpy_deferred_io()
959 y1 = (cur->index << PAGE_SHIFT) / xres; in broadsheetfb_dpy_deferred_io()
1115 broadsheetfb_var.xres = dpyw; in broadsheetfb_probe()