Lines Matching refs:fix
232 info->fix.smem_start, info->fix.smem_len, in cg3_mmap()
240 FBTYPE_SUN3COLOR, 8, info->fix.smem_len); in cg3_ioctl()
250 snprintf(info->fix.id, sizeof(info->fix.id), "%pOFn", dp); in cg3_init_fix()
252 info->fix.type = FB_TYPE_PACKED_PIXELS; in cg3_init_fix()
253 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in cg3_init_fix()
255 info->fix.line_length = linebytes; in cg3_init_fix()
257 info->fix.accel = FB_ACCEL_SUN_CGTHREE; in cg3_init_fix()
366 info->fix.smem_start = op->resource[0].start; in cg3_probe()
380 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in cg3_probe()
390 info->fix.smem_len, "cg3 ram"); in cg3_probe()
417 dp, par->which_io, info->fix.smem_start); in cg3_probe()
425 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in cg3_probe()
446 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in cg3_remove()