Searched refs:fifo_th (Results 1 – 5 of 5) sorted by relevance
158 uint32_t fifo_th; member
332 ret |= of_property_read_u32(info_np, "fifo-th", &info->fifo_th); in of_get_panel_info()
271 reg |= (info->fifo_th << 8); in tilcdc_crtc_mode_set()
374 static int lcd_cfg_dma(int burst_size, int fifo_th) in lcd_cfg_dma() argument398 reg |= (fifo_th << 8); in lcd_cfg_dma()800 ret = lcd_cfg_dma(cfg->dma_burst_sz, cfg->fifo_th); in lcd_init()
184 static int omap_prefetch_enable(int cs, int fifo_th, int dma_mode, in omap_prefetch_enable() argument189 if (fifo_th > PREFETCH_FIFOTHRESHOLD_MAX) in omap_prefetch_enable()202 PREFETCH_FIFOTHRESHOLD(fifo_th) | ENABLE_PREFETCH | in omap_prefetch_enable()