Searched refs:lcd_control (Results 1 – 2 of 2) sorted by relevance
116 fbdev->regs->lcd_control |= LCD_CONTROL_GO; in au1100fb_fb_blank()124 fbdev->regs->lcd_control &= ~LCD_CONTROL_GO; in au1100fb_fb_blank()192 fbdev->regs->lcd_control = fbdev->panel->control_base; in au1100fb_setmode()225 fbdev->regs->lcd_control |= LCD_CONTROL_GO; in au1100fb_setmode()349 fbdev->regs->lcd_control &= ~LCD_CONTROL_GO; in au1100fb_fb_rotate()351 fbdev->regs->lcd_control &= ~(LCD_CONTROL_SM_MASK); in au1100fb_fb_rotate()352 fbdev->regs->lcd_control |= ((angle/90) << LCD_CONTROL_SM_BIT); in au1100fb_fb_rotate()354 fbdev->regs->lcd_control |= LCD_CONTROL_GO; in au1100fb_fb_rotate()580 fbdev->regs->lcd_control &= ~LCD_CONTROL_GO; in au1100fb_drv_remove()
83 u32 lcd_control; member