Lines Matching full:fix
219 info->fix.smem_start, info->fix.smem_len, in p9100_sbusfb_mmap()
227 FBTYPE_SUN3COLOR, 8, info->fix.smem_len); in p9100_sbusfb_ioctl()
236 snprintf(info->fix.id, sizeof(info->fix.id), "%pOFn", dp); in p9100_init_fix()
238 info->fix.type = FB_TYPE_PACKED_PIXELS; in p9100_init_fix()
239 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in p9100_init_fix()
241 info->fix.line_length = linebytes; in p9100_init_fix()
243 info->fix.accel = FB_ACCEL_SUN_CGTHREE; in p9100_init_fix()
263 info->fix.smem_start = op->resource[2].start; in p9100_probe()
272 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in p9100_probe()
281 info->fix.smem_len, "p9100 ram"); in p9100_probe()
302 par->which_io, info->fix.smem_start); in p9100_probe()
310 of_iounmap(&op->resource[2], info->screen_base, info->fix.smem_len); in p9100_probe()
331 of_iounmap(&op->resource[2], info->screen_base, info->fix.smem_len); in p9100_remove()