Searched refs:LCD_DMA_BURST_SIZE (Results 1 – 3 of 3) sorted by relevance
45 #define LCD_DMA_BURST_SIZE(x) ((x) << 4) macro355 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_1); in lcd_cfg_dma()358 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_2); in lcd_cfg_dma()361 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_4); in lcd_cfg_dma()364 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_8); in lcd_cfg_dma()367 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_16); in lcd_cfg_dma()
36 #define LCD_DMA_BURST_SIZE(x) ((x) << 4) macro209 lcdhw->lcddma_ctrl = LCD_DMA_BURST_SIZE(LCD_DMA_BURST_16); in am335xfb_init()
44 #define LCD_DMA_BURST_SIZE(x) ((x) << 4) macro369 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_1); in lcd_cfg_dma()372 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_2); in lcd_cfg_dma()375 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_4); in lcd_cfg_dma()378 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_8); in lcd_cfg_dma()382 reg |= LCD_DMA_BURST_SIZE(LCD_DMA_BURST_16); in lcd_cfg_dma()