Lines Matching refs:fix
22 .fix = {
217 fb_info.fix.smem_start = (in_8(fb_regs + fboff) << 16); in hpfb_init_one()
220 fb_info.fix.smem_start += phys_base; in hpfb_init_one()
241 fb_info.fix.line_length = fb_width; in hpfb_init_one()
243 fb_info.fix.smem_len = fb_width * fb_height; in hpfb_init_one()
244 fb_start = (unsigned long)ioremap_wt(fb_info.fix.smem_start, in hpfb_init_one()
245 fb_info.fix.smem_len); in hpfb_init_one()
253 fb_info.fix.smem_start, fb_start, fb_info.fix.smem_len/1024); in hpfb_init_one()
255 hpfb_defined.xres, hpfb_defined.yres, hpfb_defined.bits_per_pixel, fb_info.fix.line_length); in hpfb_init_one()
285 strcat(fb_info.fix.id, "Topcat"); in hpfb_init_one()
287 strcat(fb_info.fix.id, "Catseye"); in hpfb_init_one()
301 fb_info(&fb_info, "%s frame buffer device\n", fb_info.fix.id); in hpfb_init_one()