Lines Matching refs:fix
169 info->fix.smem_start, info->fix.smem_len, in bw2_mmap()
177 FBTYPE_SUN2BW, 1, info->fix.smem_len); in bw2_ioctl()
186 strscpy(info->fix.id, "bwtwo", sizeof(info->fix.id)); in bw2_init_fix()
188 info->fix.type = FB_TYPE_PACKED_PIXELS; in bw2_init_fix()
189 info->fix.visual = FB_VISUAL_MONO01; in bw2_init_fix()
191 info->fix.line_length = linebytes; in bw2_init_fix()
193 info->fix.accel = FB_ACCEL_SUN_BWTWO; in bw2_init_fix()
293 info->fix.smem_start = op->resource[0].start; in bw2_probe()
316 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()