Lines Matching refs:fix
136 for (pend = p + info->fix.smem_len; p < pend; p++) { in __tcx_set_control_plane()
305 info->fix.smem_start, info->fix.smem_len, in tcx_mmap()
317 info->fix.smem_len); in tcx_ioctl()
335 strlcpy(info->fix.id, tcx_name, sizeof(info->fix.id)); in tcx_init_fix()
337 info->fix.type = FB_TYPE_PACKED_PIXELS; in tcx_init_fix()
338 info->fix.visual = FB_VISUAL_PSEUDOCOLOR; in tcx_init_fix()
340 info->fix.line_length = linebytes; in tcx_init_fix()
342 info->fix.accel = FB_ACCEL_SUN_TCX; in tcx_init_fix()
359 par->cplane, info->fix.smem_len * sizeof(u32)); in tcx_unmap_regs()
362 info->screen_base, info->fix.smem_len); in tcx_unmap_regs()
391 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in tcx_probe()
400 info->fix.smem_len, "tcx ram"); in tcx_probe()
408 info->fix.smem_len * sizeof(u32), in tcx_probe()
419 info->fix.smem_start = op->resource[0].start; in tcx_probe()
473 info->fix.smem_start, in tcx_probe()