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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dans-lcd.c24 static volatile unsigned char* anslcd_ptr; variable
34 out_8(anslcd_ptr + ANSLCD_CTRL_IX, c);
47 out_8(anslcd_ptr + ANSLCD_DATA_IX, c);
151 anslcd_ptr = (volatile unsigned char*)ioremap(ANSLCD_ADDR, 0x20);

Completed in 33 milliseconds