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

/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c76 static unsigned long lcd_base, lcd_rtc, lcd_width, lcd_height; variable
265 lcd_base = IPOD_NEW_LCD_BASE;
267 lcd_base = IPOD_OLD_LCD_BASE;
273 if (lcd_base == IPOD_OLD_LCD_BASE)
275 else if (lcd_base == IPOD_NEW_LCD_BASE)
525 if ( (inl(lcd_base) & 0x8000) != 0 ) {
529 if ( (inl(lcd_base) & (unsigned int)0x8000) == 0 )
541 outl(data_lo, lcd_base + LCD_DATA);
545 outl(data_hi, lcd_base + LCD_DATA);
555 outl(0x0, lcd_base
[all...]

Completed in 820 milliseconds