Searched refs:LCDC_DMA_BURST_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c281 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_1); tilcdc_crtc_mode_set()
284 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_2); tilcdc_crtc_mode_set()
287 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_4); tilcdc_crtc_mode_set()
290 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_8); tilcdc_crtc_mode_set()
293 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_16); tilcdc_crtc_mode_set()
H A Dtilcdc_regs.h36 #define LCDC_DMA_BURST_SIZE(x) ((x) << 4) macro

Completed in 40 milliseconds