Searched refs:fifo_th (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/drm/tilcdc/
H A Dtilcdc_drv.h158 uint32_t fifo_th; member in struct:tilcdc_panel_info
H A Dtilcdc_panel.c332 ret |= of_property_read_u32(info_np, "fifo-th", &info->fifo_th);
H A Dtilcdc_crtc.c271 reg |= (info->fifo_th << 8);
/drivers/video/fbdev/
H A Dda8xx-fb.c375 static int lcd_cfg_dma(int burst_size, int fifo_th) argument
399 reg |= (fifo_th << 8);
801 ret = lcd_cfg_dma(cfg->dma_burst_sz, cfg->fifo_th);
/drivers/mtd/nand/
H A Domap2.c179 * @fifo_th: fifo threshold to be used for read/ write
184 static int omap_prefetch_enable(int cs, int fifo_th, int dma_mode, argument
189 if (fifo_th > PREFETCH_FIFOTHRESHOLD_MAX)
202 PREFETCH_FIFOTHRESHOLD(fifo_th) | ENABLE_PREFETCH |

Completed in 85 milliseconds