Home
last modified time | relevance | path

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

/drivers/gpu/drm/tilcdc/
Dtilcdc_drv.h158 uint32_t fifo_th; member
Dtilcdc_panel.c332 ret |= of_property_read_u32(info_np, "fifo-th", &info->fifo_th); in of_get_panel_info()
Dtilcdc_crtc.c271 reg |= (info->fifo_th << 8); in tilcdc_crtc_mode_set()
/drivers/video/fbdev/
Dda8xx-fb.c374 static int lcd_cfg_dma(int burst_size, int fifo_th) in lcd_cfg_dma() argument
398 reg |= (fifo_th << 8); in lcd_cfg_dma()
800 ret = lcd_cfg_dma(cfg->dma_burst_sz, cfg->fifo_th); in lcd_init()
/drivers/mtd/nand/
Domap2.c184 static int omap_prefetch_enable(int cs, int fifo_th, int dma_mode, in omap_prefetch_enable() argument
189 if (fifo_th > PREFETCH_FIFOTHRESHOLD_MAX) in omap_prefetch_enable()
202 PREFETCH_FIFOTHRESHOLD(fifo_th) | ENABLE_PREFETCH | in omap_prefetch_enable()