Lines Matching full:fix
131 for (pend = p + info->fix.smem_len; p < pend; p++) { in __tcx_set_control_plane()
300 info->fix.smem_start, info->fix.smem_len, in tcx_sbusfb_mmap()
311 info->fix.smem_len); in tcx_sbusfb_ioctl()
329 strscpy(info->fix.id, tcx_name, sizeof(info->fix.id)); in tcx_init_fix()
331 info->fix.type = FB_TYPE_PACKED_PIXELS; in tcx_init_fix()
332 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in tcx_init_fix()
334 info->fix.line_length = linebytes; in tcx_init_fix()
336 info->fix.accel = FB_ACCEL_SUN_TCX; in tcx_init_fix()
353 par->cplane, info->fix.smem_len * sizeof(u32)); in tcx_unmap_regs()
356 info->screen_base, info->fix.smem_len); in tcx_unmap_regs()
384 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in tcx_probe()
393 info->fix.smem_len, "tcx ram"); in tcx_probe()
401 info->fix.smem_len * sizeof(u32), in tcx_probe()
412 info->fix.smem_start = op->resource[0].start; in tcx_probe()
465 info->fix.smem_start, in tcx_probe()