Lines Matching refs:fix
326 tmio_iowrite16(info->fix.line_length, par->lcr + LCR_VHPN); in tmiofb_hw_mode()
329 tmio_iowrite16(info->fix.line_length >> 16, par->lcr + LCR_VHPCH); in tmiofb_hw_mode()
330 tmio_iowrite16(info->fix.line_length, par->lcr + LCR_VHPCL); in tmiofb_hw_mode()
623 info->fix.line_length = info->mode->xres * in tmiofb_set_par()
722 strcpy(info->fix.id, "tmio-fb"); in tmiofb_probe()
723 info->fix.smem_start = vram->start; in tmiofb_probe()
724 info->fix.smem_len = resource_size(vram); in tmiofb_probe()
725 info->fix.type = FB_TYPE_PACKED_PIXELS; in tmiofb_probe()
726 info->fix.visual = FB_VISUAL_TRUECOLOR; in tmiofb_probe()
727 info->fix.mmio_start = lcr->start; in tmiofb_probe()
728 info->fix.mmio_len = resource_size(lcr); in tmiofb_probe()
729 info->fix.accel = FB_ACCEL_NONE; in tmiofb_probe()
730 info->screen_size = info->fix.smem_len - (4 * TMIOFB_FIFO_SIZE); in tmiofb_probe()
739 par->lcr = ioremap(info->fix.mmio_start, info->fix.mmio_len); in tmiofb_probe()
745 info->screen_base = ioremap(info->fix.smem_start, info->fix.smem_len); in tmiofb_probe()
784 fb_info(info, "%s frame buffer device\n", info->fix.id); in tmiofb_probe()