Searched refs:reg_context (Results 1 – 1 of 1) sorted by relevance
1565 } reg_context; variable1570 reg_context.clk_enable = lcdc_read(LCD_CLK_ENABLE_REG); in lcd_context_save()1571 reg_context.int_enable_set = lcdc_read(LCD_INT_ENABLE_SET_REG); in lcd_context_save()1574 reg_context.ctrl = lcdc_read(LCD_CTRL_REG); in lcd_context_save()1575 reg_context.dma_ctrl = lcdc_read(LCD_DMA_CTRL_REG); in lcd_context_save()1576 reg_context.raster_timing_0 = lcdc_read(LCD_RASTER_TIMING_0_REG); in lcd_context_save()1577 reg_context.raster_timing_1 = lcdc_read(LCD_RASTER_TIMING_1_REG); in lcd_context_save()1578 reg_context.raster_timing_2 = lcdc_read(LCD_RASTER_TIMING_2_REG); in lcd_context_save()1579 reg_context.dma_frm_buf_base_addr_0 = in lcd_context_save()1581 reg_context.dma_frm_buf_ceiling_addr_0 = in lcd_context_save()[all …]