Lines Matching full:fix
121 info->fix.line_length = info->var.xres * 2; in goldfish_fb_set_par()
138 writel(fb->fb.fix.smem_start + fb->fb.var.xres * 2 * var->yoffset, in goldfish_fb_pan_display()
210 fb->fb.fix.type = FB_TYPE_PACKED_PIXELS; in goldfish_fb_probe()
211 fb->fb.fix.visual = FB_VISUAL_TRUECOLOR; in goldfish_fb_probe()
212 fb->fb.fix.line_length = width * 2; in goldfish_fb_probe()
213 fb->fb.fix.accel = FB_ACCEL_NONE; in goldfish_fb_probe()
214 fb->fb.fix.ypanstep = 1; in goldfish_fb_probe()
243 fb->fb.fix.smem_start = fbpaddr; in goldfish_fb_probe()
244 fb->fb.fix.smem_len = framesize; in goldfish_fb_probe()
272 fb->fb.fix.smem_start); in goldfish_fb_probe()
291 fb->fb.fix.smem_start); in goldfish_fb_remove()