Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/tilcdc/
H A Dtilcdc_crtc.c293 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_1); in tilcdc_crtc_set_mode()
296 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_2); in tilcdc_crtc_set_mode()
299 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_4); in tilcdc_crtc_set_mode()
302 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_8); in tilcdc_crtc_set_mode()
305 reg |= LCDC_DMA_BURST_SIZE(LCDC_DMA_BURST_16); in tilcdc_crtc_set_mode()
H A Dtilcdc_regs.h25 #define LCDC_DMA_BURST_SIZE(x) ((x) << 4) macro