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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/macintosh/
H A Dans-lcd.c26 static volatile unsigned char __iomem *anslcd_ptr; variable
36 out_8(anslcd_ptr + ANSLCD_CTRL_IX, c);
49 out_8(anslcd_ptr + ANSLCD_DATA_IX, c);
155 anslcd_ptr = ioremap(ANSLCD_ADDR, 0x20);
160 iounmap(anslcd_ptr);
183 iounmap(anslcd_ptr);

Completed in 64 milliseconds