Searched refs:LCD_RASTER_ENABLE (Results 1 – 2 of 2) sorted by relevance
64 #define LCD_RASTER_ENABLE (0x01 << 0) macro229 LCD_RASTER_ENABLE; in am335xfb_init()
77 #define LCD_RASTER_ENABLE (1 << 0) macro235 if (!(reg & LCD_RASTER_ENABLE)) in lcd_enable_raster()236 lcdc_write(reg | LCD_RASTER_ENABLE, in lcd_enable_raster()252 if (reg & LCD_RASTER_ENABLE) in lcd_disable_raster()253 lcdc_write(reg & ~LCD_RASTER_ENABLE, in lcd_disable_raster()