Lines Matching refs:fix
226 info->fix.smem_start, info->fix.smem_len, in cg3_sbusfb_mmap()
234 FBTYPE_SUN3COLOR, 8, info->fix.smem_len); in cg3_sbusfb_ioctl()
244 snprintf(info->fix.id, sizeof(info->fix.id), "%pOFn", dp); in cg3_init_fix()
246 info->fix.type = FB_TYPE_PACKED_PIXELS; in cg3_init_fix()
247 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in cg3_init_fix()
249 info->fix.line_length = linebytes; in cg3_init_fix()
251 info->fix.accel = FB_ACCEL_SUN_CGTHREE; in cg3_init_fix()
360 info->fix.smem_start = op->resource[0].start; in cg3_probe()
374 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg3_probe()
383 info->fix.smem_len, "cg3 ram"); in cg3_probe()
410 dp, par->which_io, info->fix.smem_start); in cg3_probe()
418 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in cg3_probe()
439 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in cg3_remove()