Lines Matching refs:fix
138 for (pend = p + info->fix.smem_len; p < pend; p++) { in __tcx_set_control_plane()
307 info->fix.smem_start, info->fix.smem_len, in tcx_mmap()
319 info->fix.smem_len); in tcx_ioctl()
337 strscpy(info->fix.id, tcx_name, sizeof(info->fix.id)); in tcx_init_fix()
339 info->fix.type = FB_TYPE_PACKED_PIXELS; in tcx_init_fix()
340 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in tcx_init_fix()
342 info->fix.line_length = linebytes; in tcx_init_fix()
344 info->fix.accel = FB_ACCEL_SUN_TCX; in tcx_init_fix()
361 par->cplane, info->fix.smem_len * sizeof(u32)); in tcx_unmap_regs()
364 info->screen_base, info->fix.smem_len); in tcx_unmap_regs()
392 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in tcx_probe()
401 info->fix.smem_len, "tcx ram"); in tcx_probe()
409 info->fix.smem_len * sizeof(u32), in tcx_probe()
420 info->fix.smem_start = op->resource[0].start; in tcx_probe()
473 info->fix.smem_start, in tcx_probe()