Home
last modified time | relevance | path

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

/drivers/gpu/drm/tilcdc/
Dtilcdc_crtc.c257 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_1); in tilcdc_crtc_mode_set()
260 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_2); in tilcdc_crtc_mode_set()
263 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_4); in tilcdc_crtc_mode_set()
266 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_8); in tilcdc_crtc_mode_set()
269 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_16); in tilcdc_crtc_mode_set()
Dtilcdc_regs.h36 #define LCDC_DMA_BURST_SIZE(x) ((x) << 4) macro