Searched refs:cmap_regs_phys (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dvalkyriefb.c90 unsigned long cmap_regs_phys; member in struct:fb_info_valkyrie
319 unsigned long frame_buffer_phys, cmap_regs_phys, flags; local
337 cmap_regs_phys = 0x50f24000;
354 cmap_regs_phys = r.start + 0x304000;
372 p->cmap_regs_phys = cmap_regs_phys;
373 p->cmap_regs = ioremap(p->cmap_regs_phys, 0x1000);
374 p->valkyrie_regs_phys = cmap_regs_phys+0x6000;
H A Dplatinumfb.c58 unsigned long cmap_regs_phys; member in struct:fb_info_platinum
579 pinfo->cmap_regs_phys = 0xf301b000;
580 request_mem_region(pinfo->cmap_regs_phys, 0x1000, "platinumfb cmap");
581 pinfo->cmap_regs = ioremap(pinfo->cmap_regs_phys, 0x1000);
655 release_mem_region(pinfo->cmap_regs_phys, 0x1000);
H A Dcontrolfb.c100 unsigned long cmap_regs_phys; member in struct:fb_info_control
733 p->cmap_regs_phys = 0xf301b000;
734 if (!request_mem_region(p->cmap_regs_phys, 0x1000, "controlfb cmap")) {
735 p->cmap_regs_phys = 0;
738 p->cmap_regs = ioremap(p->cmap_regs_phys, 0x1000);
1083 if (p->cmap_regs_phys)
1084 release_mem_region(p->cmap_regs_phys, 0x1000);
H A Dimsttfb.c312 unsigned long cmap_regs_phys; member in struct:imstt_par
1348 par->cmap_regs_phys = addr + 0x840000;

Completed in 41 milliseconds