Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dda8xx-fb.c109 #define LCD_RASTER_TIMING_0_REG 0x2C macro
421 reg = lcdc_read(LCD_RASTER_TIMING_0_REG) & 0x3ff; in lcd_cfg_horizontal_sync()
425 lcdc_write(reg, LCD_RASTER_TIMING_0_REG); in lcd_cfg_horizontal_sync()
547 reg = lcdc_read(LCD_RASTER_TIMING_0_REG); in lcd_cfg_frame_buffer()
555 lcdc_write(reg, LCD_RASTER_TIMING_0_REG); in lcd_cfg_frame_buffer()
1576 reg_context.raster_timing_0 = lcdc_read(LCD_RASTER_TIMING_0_REG); in lcd_context_save()
1600 lcdc_write(reg_context.raster_timing_0, LCD_RASTER_TIMING_0_REG); in lcd_context_restore()