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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/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;
365 if (!request_mem_region(frame_buffer_phys, 0x100000, "valkyriefb")) {
370 p->frame_buffer_phys = frame_buffer_phys;
371 p->frame_buffer = __ioremap(frame_buffer_phys, p->total_vram, flags);
521 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);
410 par->frame_buffer_phys = addr & PCI_BASE_ADDRESS_MEM_MASK;
433 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.c65 unsigned long frame_buffer_phys; member in struct:fb_info_platinum
142 info->fix.smem_start = (pinfo->frame_buffer_phys) + init->fb_offset + offset;
282 out_be32(&platinum_regs->reg[16].r, (unsigned) pinfo->frame_buffer_phys+init->fb_offset+0x10);
324 info->fix.smem_start = pinfo->frame_buffer_phys + 0x20; /* will be updated later */
570 pinfo->frame_buffer_phys = pinfo->rsrc_fb.start;
584 out_be32(&pinfo->platinum_regs->reg[16].r, (unsigned)pinfo->frame_buffer_phys);
H A Dcontrolfb.c107 unsigned long frame_buffer_phys; member in struct:fb_info_control
542 btext_update_display(p->frame_buffer_phys + CTRLFB_OFF,
663 p->frame_buffer_phys += 0x600000;
712 p->frame_buffer_phys = fb_res.start + 0x800000;
722 p->frame_buffer = __ioremap(p->frame_buffer_phys, 0x800000,
1059 info->fix.smem_start = p->frame_buffer_phys + CTRLFB_OFF;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dplanb.h184 unsigned long frame_buffer_phys; /* We need phys for DMA */ member in struct:planb
H A Dplanb.c720 base = (pb->frame_buffer_phys + pb->offset + pb->win.y * (pb->win.bpl
1481 pb->frame_buffer_phys = (unsigned long) v.base;
1507 v.base = (void *)pb->frame_buffer_phys;
1534 if (pb->frame_buffer_phys == 0 ||
2066 pb->frame_buffer_phys = 0;

Completed in 72 milliseconds