Searched refs:reg_context (Results 1 – 1 of 1) sorted by relevance
1554 } reg_context; variable1559 reg_context.clk_enable = lcdc_read(LCD_CLK_ENABLE_REG); in lcd_context_save()1560 reg_context.int_enable_set = lcdc_read(LCD_INT_ENABLE_SET_REG); in lcd_context_save()1563 reg_context.ctrl = lcdc_read(LCD_CTRL_REG); in lcd_context_save()1564 reg_context.dma_ctrl = lcdc_read(LCD_DMA_CTRL_REG); in lcd_context_save()1565 reg_context.raster_timing_0 = lcdc_read(LCD_RASTER_TIMING_0_REG); in lcd_context_save()1566 reg_context.raster_timing_1 = lcdc_read(LCD_RASTER_TIMING_1_REG); in lcd_context_save()1567 reg_context.raster_timing_2 = lcdc_read(LCD_RASTER_TIMING_2_REG); in lcd_context_save()1568 reg_context.dma_frm_buf_base_addr_0 = in lcd_context_save()1570 reg_context.dma_frm_buf_ceiling_addr_0 = in lcd_context_save()[all …]