Home
last modified time | relevance | path

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

/external/u-boot/drivers/video/
Dam335x-fb.c64 #define LCD_RASTER_ENABLE (0x01 << 0) macro
229 LCD_RASTER_ENABLE; in am335xfb_init()
Dda8xx-fb.c77 #define LCD_RASTER_ENABLE (1 << 0) macro
235 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()