Searched refs:hpfb_defined (Results 1 – 1 of 1) sorted by relevance
60 static struct fb_var_screeninfo hpfb_defined = { variable247 hpfb_defined.xres = (in_8(fb_regs + HPFB_DWMSB) << 8) | in_8(fb_regs + HPFB_DWLSB); in hpfb_init_one()248 hpfb_defined.yres = (in_8(fb_regs + HPFB_DHMSB) << 8) | in_8(fb_regs + HPFB_DHLSB); in hpfb_init_one()249 hpfb_defined.xres_virtual = hpfb_defined.xres; in hpfb_init_one()250 hpfb_defined.yres_virtual = hpfb_defined.yres; in hpfb_init_one()251 hpfb_defined.bits_per_pixel = in_8(fb_regs + HPFB_NUMPLANES); in hpfb_init_one()256 hpfb_defined.xres, hpfb_defined.yres, hpfb_defined.bits_per_pixel, fb_info.fix.line_length); in hpfb_init_one()291 fb_info.var = hpfb_defined; in hpfb_init_one()294 ret = fb_alloc_cmap(&fb_info.cmap, 1 << hpfb_defined.bits_per_pixel, 0); in hpfb_init_one()