Home
last modified time | relevance | path

Searched refs:LCD_CONTROL_GO (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dau1100fb.c319 p_lcd_reg->lcd_control |= LCD_CONTROL_GO; in au1100_blank()
340 p_lcd_reg->lcd_control &= ~LCD_CONTROL_GO; in au1100_blank()
495 p_lcd_reg->lcd_control |= LCD_CONTROL_GO; in au1100_setmode()
Dau1100fb.h94 #define LCD_CONTROL_GO (1<<0) macro