Home
last modified time | relevance | path

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

/drivers/video/fbdev/omap/
Dlcd_ams_delta.c43 static int ams_delta_lcd; variable
48 if (!(ams_delta_lcd & AMS_DELTA_LCD_POWER)) { in ams_delta_lcd_set_power()
49 omap_writeb(ams_delta_lcd & AMS_DELTA_MAX_CONTRAST, in ams_delta_lcd_set_power()
52 ams_delta_lcd |= AMS_DELTA_LCD_POWER; in ams_delta_lcd_set_power()
55 if (ams_delta_lcd & AMS_DELTA_LCD_POWER) { in ams_delta_lcd_set_power()
58 ams_delta_lcd &= ~AMS_DELTA_LCD_POWER; in ams_delta_lcd_set_power()
68 ams_delta_lcd &= ~AMS_DELTA_MAX_CONTRAST; in ams_delta_lcd_set_contrast()
69 ams_delta_lcd |= value; in ams_delta_lcd_set_contrast()
77 if (ams_delta_lcd & AMS_DELTA_LCD_POWER) in ams_delta_lcd_get_power()
85 if (!(ams_delta_lcd & AMS_DELTA_LCD_POWER)) in ams_delta_lcd_get_contrast()
[all …]