Lines Matching refs:fix
137 for (pend = p + info->fix.smem_len; p < pend; p++) { in __tcx_set_control_plane()
306 info->fix.smem_start, info->fix.smem_len, in tcx_mmap()
318 info->fix.smem_len); in tcx_ioctl()
336 strscpy(info->fix.id, tcx_name, sizeof(info->fix.id)); in tcx_init_fix()
338 info->fix.type = FB_TYPE_PACKED_PIXELS; in tcx_init_fix()
339 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in tcx_init_fix()
341 info->fix.line_length = linebytes; in tcx_init_fix()
343 info->fix.accel = FB_ACCEL_SUN_TCX; in tcx_init_fix()
360 par->cplane, info->fix.smem_len * sizeof(u32)); in tcx_unmap_regs()
363 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()
474 info->fix.smem_start, in tcx_probe()