Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dau1100fb.c116 fbdev->regs->lcd_control |= LCD_CONTROL_GO; in au1100fb_fb_blank()
124 fbdev->regs->lcd_control &= ~LCD_CONTROL_GO; in au1100fb_fb_blank()
225 fbdev->regs->lcd_control |= LCD_CONTROL_GO; in au1100fb_setmode()
532 fbdev->regs->lcd_control &= ~LCD_CONTROL_GO; in au1100fb_drv_remove()
H A Dau1100fb.h161 #define LCD_CONTROL_GO (1<<0) macro