Home
last modified time | relevance | path

Searched refs:dma_burst_sz (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/u-boot/board/siemens/rut/
H A Dboard.c297 .dma_burst_sz = 16,
313 .dma_burst_sz = 16,
329 .dma_burst_sz = 16,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tilcdc/
H A Dtilcdc_external.c21 .dma_burst_sz = 16,
34 .dma_burst_sz = 16,
H A Dtilcdc_drv.h125 uint32_t dma_burst_sz; member
H A Dtilcdc_panel.c281 ret |= of_property_read_u32(info_np, "dma-burst-sz", &info->dma_burst_sz); in of_get_panel_info()
H A Dtilcdc_crtc.c292 switch (info->dma_burst_sz) { in tilcdc_crtc_set_mode()
/OK3568_Linux_fs/kernel/include/video/
H A Dda8xx-fb.h47 int dma_burst_sz; member
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dda8xx-fb.h73 int dma_burst_sz; member
H A Dda8xx-fb.c687 ret = lcd_cfg_dma(cfg->dma_burst_sz); in lcd_init()
/OK3568_Linux_fs/u-boot/board/davinci/ea20/
H A Dea20.c58 .dma_burst_sz = 16,
/OK3568_Linux_fs/u-boot/board/siemens/pxm2/
H A Dboard.c304 .dma_burst_sz = 16,
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dda8xx-fb.c788 ret = lcd_cfg_dma(cfg->dma_burst_sz, cfg->fifo_th); in lcd_init()