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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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;
371 p->cmap_regs_phys = cmap_regs_phys;
372 p->cmap_regs = ioremap(p->cmap_regs_phys, 0x1000);
373 p->valkyrie_regs_phys = cmap_regs_phys+0x6000;
H A Dplatinumfb.c59 unsigned long cmap_regs_phys; member in struct:fb_info_platinum
588 pinfo->cmap_regs_phys = 0xf301b000;
589 request_mem_region(pinfo->cmap_regs_phys, 0x1000, "platinumfb cmap");
590 pinfo->cmap_regs = ioremap(pinfo->cmap_regs_phys, 0x1000);
665 release_mem_region(pinfo->cmap_regs_phys, 0x1000);
H A Dcontrolfb.c102 unsigned long cmap_regs_phys; member in struct:fb_info_control
735 p->cmap_regs_phys = 0xf301b000;
736 if (!request_mem_region(p->cmap_regs_phys, 0x1000, "controlfb cmap")) {
737 p->cmap_regs_phys = 0;
740 p->cmap_regs = ioremap(p->cmap_regs_phys, 0x1000);
1085 if (p->cmap_regs_phys)
1086 release_mem_region(p->cmap_regs_phys, 0x1000);
H A Dimsttfb.c311 unsigned long cmap_regs_phys; member in struct:imstt_par
1347 par->cmap_regs_phys = addr + 0x840000;

Completed in 123 milliseconds