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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Depson1355fb.c112 #define EPSON1355FB_FB_PHYS (EPSON1355FB_BASE_PHYS + EPSON1355FB_FB_OFS) macro
611 release_mem_region(EPSON1355FB_FB_PHYS, EPSON1355FB_FB_LEN);
630 if (!request_mem_region(EPSON1355FB_FB_PHYS, EPSON1355FB_FB_LEN,
633 "framebuffer at 0x%0x\n", EPSON1355FB_FB_PHYS);
653 info->screen_base = ioremap(EPSON1355FB_FB_PHYS, EPSON1355FB_FB_LEN);
669 info->fix.smem_start = EPSON1355FB_FB_PHYS;

Completed in 46 milliseconds