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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dvalkyriefb.c96 unsigned long frame_buffer_phys; member in struct:fb_info_valkyrie
319 unsigned long frame_buffer_phys, cmap_regs_phys, flags; local
336 frame_buffer_phys = 0xf9000000;
353 frame_buffer_phys = r.start;
364 if (!request_mem_region(frame_buffer_phys, 0x100000, "valkyriefb")) {
369 p->frame_buffer_phys = frame_buffer_phys;
370 p->frame_buffer = __ioremap(frame_buffer_phys, p->total_vram, flags);
524 fix->smem_start = p->frame_buffer_phys + 0x1000;
H A Digafb.c64 unsigned long frame_buffer_phys; member in struct:iga_par
354 par->frame_buffer_phys, info->fix.smem_len >> 20);
408 par->frame_buffer_phys = addr & PCI_BASE_ADDRESS_MEM_MASK;
431 igafb_fix.mmio_start = par->frame_buffer_phys | 0x00800000;
529 par->mmap_map[0].poff = par->frame_buffer_phys & PAGE_MASK;
535 par->mmap_map[1].voff = par->frame_buffer_phys & PAGE_MASK;
H A Dplatinumfb.c66 unsigned long frame_buffer_phys; member in struct:fb_info_platinum
144 info->fix.smem_start = (pinfo->frame_buffer_phys) + init->fb_offset + offset;
289 out_be32(&platinum_regs->reg[16].r, (unsigned) pinfo->frame_buffer_phys+init->fb_offset+0x10);
331 info->fix.smem_start = pinfo->frame_buffer_phys + 0x20; /* will be updated later */
579 pinfo->frame_buffer_phys = pinfo->rsrc_fb.start;
593 out_be32(&pinfo->platinum_regs->reg[16].r, (unsigned)pinfo->frame_buffer_phys);
H A Dcontrolfb.c109 unsigned long frame_buffer_phys; member in struct:fb_info_control
544 btext_update_display(p->frame_buffer_phys + CTRLFB_OFF,
665 p->frame_buffer_phys += 0x600000;
714 p->frame_buffer_phys = fb_res.start + 0x800000;
724 p->frame_buffer = __ioremap(p->frame_buffer_phys, 0x800000,
1061 info->fix.smem_start = p->frame_buffer_phys + CTRLFB_OFF;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dvalkyriefb.c96 unsigned long frame_buffer_phys; member in struct:fb_info_valkyrie
319 unsigned long frame_buffer_phys, cmap_regs_phys, flags; local
336 frame_buffer_phys = 0xf9000000;
353 frame_buffer_phys = r.start;
364 if (!request_mem_region(frame_buffer_phys, 0x100000, "valkyriefb")) {
369 p->frame_buffer_phys = frame_buffer_phys;
370 p->frame_buffer = __ioremap(frame_buffer_phys, p->total_vram, flags);
524 fix->smem_start = p->frame_buffer_phys + 0x1000;
H A Digafb.c64 unsigned long frame_buffer_phys; member in struct:iga_par
354 par->frame_buffer_phys, info->fix.smem_len >> 20);
408 par->frame_buffer_phys = addr & PCI_BASE_ADDRESS_MEM_MASK;
431 igafb_fix.mmio_start = par->frame_buffer_phys | 0x00800000;
529 par->mmap_map[0].poff = par->frame_buffer_phys & PAGE_MASK;
535 par->mmap_map[1].voff = par->frame_buffer_phys & PAGE_MASK;
H A Dplatinumfb.c66 unsigned long frame_buffer_phys; member in struct:fb_info_platinum
144 info->fix.smem_start = (pinfo->frame_buffer_phys) + init->fb_offset + offset;
289 out_be32(&platinum_regs->reg[16].r, (unsigned) pinfo->frame_buffer_phys+init->fb_offset+0x10);
331 info->fix.smem_start = pinfo->frame_buffer_phys + 0x20; /* will be updated later */
579 pinfo->frame_buffer_phys = pinfo->rsrc_fb.start;
593 out_be32(&pinfo->platinum_regs->reg[16].r, (unsigned)pinfo->frame_buffer_phys);
H A Dcontrolfb.c109 unsigned long frame_buffer_phys; member in struct:fb_info_control
544 btext_update_display(p->frame_buffer_phys + CTRLFB_OFF,
665 p->frame_buffer_phys += 0x600000;
714 p->frame_buffer_phys = fb_res.start + 0x800000;
724 p->frame_buffer = __ioremap(p->frame_buffer_phys, 0x800000,
1061 info->fix.smem_start = p->frame_buffer_phys + CTRLFB_OFF;

Completed in 203 milliseconds