Searched refs:dma_burst_sz (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_external.c | 21 .dma_burst_sz = 16, 34 .dma_burst_sz = 16,
|
H A D | tilcdc_drv.h | 125 uint32_t dma_burst_sz; member
|
H A D | tilcdc_panel.c | 281 ret |= of_property_read_u32(info_np, "dma-burst-sz", &info->dma_burst_sz); in of_get_panel_info()
|
H A D | tilcdc_crtc.c | 292 switch (info->dma_burst_sz) { in tilcdc_crtc_set_mode()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tilcdc/ |
H A D | tilcdc_external.c | 21 .dma_burst_sz = 16, 34 .dma_burst_sz = 16,
|
H A D | tilcdc_drv.h | 130 uint32_t dma_burst_sz; member
|
H A D | tilcdc_panel.c | 282 ret |= of_property_read_u32(info_np, "dma-burst-sz", &info->dma_burst_sz); in of_get_panel_info()
|
H A D | tilcdc_crtc.c | 291 switch (info->dma_burst_sz) { in tilcdc_crtc_set_mode()
|
/kernel/linux/linux-5.10/include/video/ |
H A D | da8xx-fb.h | 47 int dma_burst_sz; member
|
/kernel/linux/linux-6.6/include/video/ |
H A D | da8xx-fb.h | 47 int dma_burst_sz; member
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | da8xx-fb.c | 788 ret = lcd_cfg_dma(cfg->dma_burst_sz, cfg->fifo_th); in lcd_init()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | da8xx-fb.c | 788 ret = lcd_cfg_dma(cfg->dma_burst_sz, cfg->fifo_th); in lcd_init()
|
Completed in 10 milliseconds