Lines Matching refs:xres
106 .xres = DPY_W,
782 int xres = par->info->var.xres; in broadsheet_init_display() local
802 broadsheet_write_reg32(par, 0x310, xres*yres*2); in broadsheet_init_display()
877 args[3] = cpu_to_le16(par->info->var.xres); in broadsheetfb_dpy_update_pages()
884 buf += y1 * par->info->var.xres; in broadsheetfb_dpy_update_pages()
885 broadsheet_burst_write(par, ((1 + y2 - y1) * par->info->var.xres)/2, in broadsheetfb_dpy_update_pages()
939 u16 xres = info->var.xres; in broadsheetfb_dpy_deferred_io() local
942 h_inc = DIV_ROUND_UP(PAGE_SIZE , xres); in broadsheetfb_dpy_deferred_io()
948 y1 = (cur->index << PAGE_SHIFT) / xres; in broadsheetfb_dpy_deferred_io()
957 y1 = (cur->index << PAGE_SHIFT) / xres; in broadsheetfb_dpy_deferred_io()
1113 broadsheetfb_var.xres = dpyw; in broadsheetfb_probe()