Lines Matching full:fix
162 info->fix.smem_start, info->fix.smem_len, in bw2_sbusfb_mmap()
170 FBTYPE_SUN2BW, 1, info->fix.smem_len); in bw2_sbusfb_ioctl()
179 strscpy(info->fix.id, "bwtwo", sizeof(info->fix.id)); in bw2_init_fix()
181 info->fix.type = FB_TYPE_PACKED_PIXELS; in bw2_init_fix()
182 info->fix.visual = FB_VISUAL_MONO01; in bw2_init_fix()
184 info->fix.line_length = linebytes; in bw2_init_fix()
186 info->fix.accel = FB_ACCEL_SUN_BWTWO; in bw2_init_fix()
286 info->fix.smem_start = op->resource[0].start; in bw2_probe()
309 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres); in bw2_probe()
314 info->fix.smem_len, "bw2 ram"); in bw2_probe()
331 dp, par->which_io, info->fix.smem_start); in bw2_probe()
336 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in bw2_probe()
356 of_iounmap(&op->resource[0], info->screen_base, info->fix.smem_len); in bw2_remove()