Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/
Dda8xx-fb.c97 #define LCD_RASTER_TIMING_0_REG 0x2C macro
409 reg = lcdc_read(LCD_RASTER_TIMING_0_REG) & 0x3ff; in lcd_cfg_horizontal_sync()
413 lcdc_write(reg, LCD_RASTER_TIMING_0_REG); in lcd_cfg_horizontal_sync()
535 reg = lcdc_read(LCD_RASTER_TIMING_0_REG); in lcd_cfg_frame_buffer()
543 lcdc_write(reg, LCD_RASTER_TIMING_0_REG); in lcd_cfg_frame_buffer()
1566 reg_context.raster_timing_0 = lcdc_read(LCD_RASTER_TIMING_0_REG); in lcd_context_save()
1590 lcdc_write(reg_context.raster_timing_0, LCD_RASTER_TIMING_0_REG); in lcd_context_restore()