Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dda8xx-fb.c110 #define LCD_RASTER_TIMING_1_REG 0x30 macro
448 reg = lcdc_read(LCD_RASTER_TIMING_1_REG) & 0x3ff; in lcd_cfg_vertical_sync()
452 lcdc_write(reg, LCD_RASTER_TIMING_1_REG); in lcd_cfg_vertical_sync()
559 reg = lcdc_read(LCD_RASTER_TIMING_1_REG); in lcd_cfg_frame_buffer()
561 lcdc_write(reg, LCD_RASTER_TIMING_1_REG); in lcd_cfg_frame_buffer()
1577 reg_context.raster_timing_1 = lcdc_read(LCD_RASTER_TIMING_1_REG); in lcd_context_save()
1601 lcdc_write(reg_context.raster_timing_1, LCD_RASTER_TIMING_1_REG); in lcd_context_restore()