Lines Matching full:fix
23 .fix = {
220 fb_info.fix.smem_start = (in_8(fb_regs + fboff) << 16); in hpfb_init_one()
223 fb_info.fix.smem_start += phys_base; in hpfb_init_one()
244 fb_info.fix.line_length = fb_width; in hpfb_init_one()
246 fb_info.fix.smem_len = fb_width * fb_height; in hpfb_init_one()
247 fb_start = (unsigned long)ioremap_wt(fb_info.fix.smem_start, in hpfb_init_one()
248 fb_info.fix.smem_len); in hpfb_init_one()
256 fb_info.fix.smem_start, fb_start, fb_info.fix.smem_len/1024); in hpfb_init_one()
258 hpfb_defined.xres, hpfb_defined.yres, hpfb_defined.bits_per_pixel, fb_info.fix.line_length); in hpfb_init_one()
288 strcat(fb_info.fix.id, "Topcat"); in hpfb_init_one()
290 strcat(fb_info.fix.id, "Catseye"); in hpfb_init_one()
303 fb_info(&fb_info, "%s frame buffer device\n", fb_info.fix.id); in hpfb_init_one()