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

/linux-4.1.27/include/video/
H A Dda8xx-fb.h72 int fifo_th; member in struct:lcd_ctrl_config
/linux-4.1.27/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); of_get_panel_info()
H A Dtilcdc_crtc.c272 reg |= (info->fifo_th << 8); tilcdc_crtc_mode_set()
/linux-4.1.27/drivers/video/fbdev/
H A Dda8xx-fb.c375 static int lcd_cfg_dma(int burst_size, int fifo_th) lcd_cfg_dma() argument
399 reg |= (fifo_th << 8); lcd_cfg_dma()
801 ret = lcd_cfg_dma(cfg->dma_burst_sz, cfg->fifo_th); lcd_init()
/linux-4.1.27/drivers/mtd/nand/
H A Domap2.c183 * @fifo_th: fifo threshold to be used for read/ write
188 static int omap_prefetch_enable(int cs, int fifo_th, int dma_mode, omap_prefetch_enable() argument
193 if (fifo_th > PREFETCH_FIFOTHRESHOLD_MAX) omap_prefetch_enable()
206 PREFETCH_FIFOTHRESHOLD(fifo_th) | ENABLE_PREFETCH | omap_prefetch_enable()

Completed in 177 milliseconds