Lines Matching refs:fix
166 fb_writew((yoffset*info->fix.line_length)>>10, HD64461_LCDCBAR); in hitfb_pan_display()
252 maxy = info->fix.smem_len / var->xres; in hitfb_check_var()
295 info->fix.line_length = info->var.xres; in hitfb_set_par()
296 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in hitfb_set_par()
297 info->fix.ypanstep = 16; in hitfb_set_par()
300 info->fix.line_length = info->var.xres*2; in hitfb_set_par()
301 info->fix.visual = FB_VISUAL_TRUECOLOR; in hitfb_set_par()
302 info->fix.ypanstep = 8; in hitfb_set_par()
306 fb_writew(info->fix.line_length, HD64461_LCDCLOR); in hitfb_set_par()
391 info->fix = hitfb_fix; in hitfb_probe()
408 fb_info(info, "%s frame buffer device\n", info->fix.id); in hitfb_probe()