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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dans-lcd.c27 static volatile unsigned char __iomem *anslcd_ptr; variable
38 out_8(anslcd_ptr + ANSLCD_CTRL_IX, c);
51 out_8(anslcd_ptr + ANSLCD_DATA_IX, c);
167 anslcd_ptr = ioremap(ANSLCD_ADDR, 0x20);
172 iounmap(anslcd_ptr);
197 iounmap(anslcd_ptr);

Completed in 99 milliseconds