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

/linux-master/drivers/macintosh/
H A Dans-lcd.c28 static volatile unsigned char __iomem *anslcd_ptr; variable
39 out_8(anslcd_ptr + ANSLCD_CTRL_IX, c);
52 out_8(anslcd_ptr + ANSLCD_DATA_IX, c);
170 anslcd_ptr = ioremap(ANSLCD_ADDR, 0x20);
175 iounmap(anslcd_ptr);
200 iounmap(anslcd_ptr);

Completed in 98 milliseconds