Searched refs:LCD_DMA_BURST_SIZE (Results 1 – 2 of 2) sorted by relevance
32 #define LCD_DMA_BURST_SIZE(x) ((x) << 4) macro162 lcdhw->lcddma_ctrl = LCD_DMA_BURST_SIZE(LCD_DMA_BURST_16); in am335xfb_init()
46 #define LCD_DMA_BURST_SIZE(x) ((x) << 4) macro356 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_1); in lcd_cfg_dma()359 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_2); in lcd_cfg_dma()362 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_4); in lcd_cfg_dma()365 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_8); in lcd_cfg_dma()368 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_16); in lcd_cfg_dma()