Lines Matching full:fix
168 info->fix.smem_start, info->fix.smem_len, in bw2_mmap()
176 FBTYPE_SUN2BW, 1, info->fix.smem_len); in bw2_ioctl()
185 strscpy(info->fix.id, "bwtwo", sizeof(info->fix.id)); in bw2_init_fix()
187 info->fix.type = FB_TYPE_PACKED_PIXELS; in bw2_init_fix()
188 info->fix.visual = FB_VISUAL_MONO01; in bw2_init_fix()
190 info->fix.line_length = linebytes; in bw2_init_fix()
192 info->fix.accel = FB_ACCEL_SUN_BWTWO; in bw2_init_fix()
292 info->fix.smem_start = op->resource[0].start; in bw2_probe()
315 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in bw2_probe()
321 info->fix.smem_len, "bw2 ram"); in bw2_probe()
338 dp, par->which_io, info->fix.smem_start); in bw2_probe()
343 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in bw2_probe()
363 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in bw2_remove()