Searched refs:LCD_RASTER_ENABLE (Results 1 – 2 of 2) sorted by relevance
60 #define LCD_RASTER_ENABLE (0x01 << 0) macro182 LCD_RASTER_ENABLE; in am335xfb_init()
78 #define LCD_RASTER_ENABLE (1 << 0) macro236 if (!(reg & LCD_RASTER_ENABLE)) in lcd_enable_raster()237 lcdc_write(reg | LCD_RASTER_ENABLE, in lcd_enable_raster()253 if (reg & LCD_RASTER_ENABLE) in lcd_disable_raster()254 lcdc_write(reg & ~LCD_RASTER_ENABLE, in lcd_disable_raster()