Searched refs:SMILFB (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 Dsmivgxfb.c42 static char __iomem *SMILFB; // point to virtual video memory starting address variable
255 if (SMILFB) {
256 iounmap(SMILFB);
257 SMILFB = NULL;
307 SMILFB = ioremap(smifb_fix.smem_start, smifb_fix.smem_len);
309 memset_io(SMILFB, 0, smifb_fix.smem_len);
311 info.screen_base = SMILFB;

Completed in 81 milliseconds