Lines Matching refs:frame_buffer_phys
85 unsigned long frame_buffer_phys;
302 unsigned long frame_buffer_phys, cmap_regs_phys;
319 frame_buffer_phys = 0xf9000000;
335 frame_buffer_phys = r.start;
345 if (!request_mem_region(frame_buffer_phys, 0x100000, "valkyriefb")) {
350 p->frame_buffer_phys = frame_buffer_phys;
352 p->frame_buffer = ioremap(frame_buffer_phys, p->total_vram);
354 p->frame_buffer = ioremap_wt(frame_buffer_phys, p->total_vram);
510 fix->smem_start = p->frame_buffer_phys + 0x1000;