Searched refs:LCDC_DMA_BURST_SIZE (Results 1 – 2 of 2) sorted by relevance
294 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_1); in tilcdc_crtc_set_mode()297 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_2); in tilcdc_crtc_set_mode()300 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_4); in tilcdc_crtc_set_mode()303 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_8); in tilcdc_crtc_set_mode()306 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_16); in tilcdc_crtc_set_mode()
25 #define LCDC_DMA_BURST_SIZE(x) ((x) << 4) macro