Searched refs:frame_buffer_phys (Results 1 - 10 of 10) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dvalkyriefb.c119 unsigned long frame_buffer_phys; member in struct:fb_info_valkyrie
547 display_info.fb_address = p->frame_buffer_phys + 0x1000;
559 unsigned long frame_buffer_phys, cmap_regs_phys, flags; local
570 frame_buffer_phys = 0xf9000000;
585 frame_buffer_phys = dp->addrs[0].address;
596 if (!request_mem_region(frame_buffer_phys, 0x100000, "valkyriefb")) {
601 p->frame_buffer_phys = frame_buffer_phys;
602 p->frame_buffer = __ioremap(frame_buffer_phys, p->total_vram, flags);
743 fix->smem_start = p->frame_buffer_phys
[all...]
H A Digafb.c78 unsigned long frame_buffer_phys; member in struct:fb_info_iga
575 info->frame_buffer_phys, info->total_vram >> 20);
622 info->frame_buffer_phys = addr & PCI_BASE_ADDRESS_MEM_MASK;
645 info->io_base_phys = info->frame_buffer_phys | 0x00800000;
736 info->mmap_map[0].poff = info->frame_buffer_phys & PAGE_MASK;
742 info->mmap_map[1].voff = info->frame_buffer_phys & PAGE_MASK;
H A Dplatinumfb.c83 unsigned long frame_buffer_phys; member in struct:fb_info_platinum
512 out_be32(&platinum_regs->reg[16].r, (unsigned) info->frame_buffer_phys+init->fb_offset+0x10);
548 display_info.fb_address = info->frame_buffer_phys + init->fb_offset + 0x20;
676 info->frame_buffer_phys = addr;
691 out_be32(&info->platinum_regs->reg[16].r, (unsigned)info->frame_buffer_phys);
826 fix->smem_start = (info->frame_buffer_phys) + init->fb_offset + 0x20;
H A Dchipsfb.c62 unsigned long frame_buffer_phys; member in struct:fb_info_chips
539 p->fix.smem_start = p->frame_buffer_phys;
619 display_info.fb_address = p->frame_buffer_phys;
671 p->frame_buffer_phys = addr;
H A Dcontrolfb.c117 unsigned long frame_buffer_phys; member in struct:fb_info_control
751 display_info.fb_address = p->frame_buffer_phys + CTRLFB_OFF;
759 btext_update_display(p->frame_buffer_phys + CTRLFB_OFF,
835 p->frame_buffer_phys += 0x600000;
887 p->frame_buffer_phys = addr + 0x800000;
900 p->frame_buffer = __ioremap(p->frame_buffer_phys, 0x800000,
1234 fix->smem_start = p->frame_buffer_phys + CTRLFB_OFF;
H A Daty128fb.c298 unsigned long frame_buffer_phys; /* physical fb memory */ member in struct:fb_info_aty128
1331 display_info.fb_address = info->frame_buffer_phys;
1338 btext_update_display(info->frame_buffer_phys,
1564 fix->smem_start = (unsigned long)info->frame_buffer_phys;
2042 info->frame_buffer_phys = fb_addr;
2073 info->mtrr.vram = mtrr_add(info->frame_buffer_phys,
2996 mtrr_del(info->mtrr.vram, info->frame_buffer_phys,
H A Dimsttfb.c349 unsigned long frame_buffer_phys; member in struct:fb_info_imstt
1837 p->fix.smem_start = p->frame_buffer_phys;
1893 display_info.fb_address = p->frame_buffer_phys;
1939 p->frame_buffer_phys = addr;
1963 release_mem_region(p->frame_buffer_phys, p->board_size);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/aty/
H A Datyfb.h94 unsigned long frame_buffer_phys; member in struct:fb_info_aty
H A Dmach64_cursor.c253 addr = fb->frame_buffer_phys - 0x800000 + cursor->offset;
H A Datyfb_base.c803 display_info.fb_address = info->frame_buffer_phys;
810 btext_update_display(info->frame_buffer_phys,
956 fix->smem_start = info->frame_buffer_phys;
2168 info->frame_buffer_phys = addr + 0x800000UL;
2401 info->frame_buffer_phys = addr;
2479 info->frame_buffer_phys = info->frame_buffer; /* Fake! */

Completed in 207 milliseconds