Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dda8xx-fb.c98 #define LCD_RASTER_TIMING_1_REG 0x30 macro
436 reg = lcdc_read(LCD_RASTER_TIMING_1_REG) & 0x3ff; in lcd_cfg_vertical_sync()
440 lcdc_write(reg, LCD_RASTER_TIMING_1_REG); in lcd_cfg_vertical_sync()
547 reg = lcdc_read(LCD_RASTER_TIMING_1_REG); in lcd_cfg_frame_buffer()
549 lcdc_write(reg, LCD_RASTER_TIMING_1_REG); in lcd_cfg_frame_buffer()
1567 reg_context.raster_timing_1 = lcdc_read(LCD_RASTER_TIMING_1_REG); in lcd_context_save()
1591 lcdc_write(reg_context.raster_timing_1, LCD_RASTER_TIMING_1_REG); in lcd_context_restore()