Home
last modified time | relevance | path

Searched refs:burst_size_bytes (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/video/omap2/dss/
Ddisplay.c319 unsigned burst_size_bytes; in default_get_overlay_fifo_thresholds() local
322 burst_size_bytes = 16 * 32 / 8; in default_get_overlay_fifo_thresholds()
325 *fifo_low = fifo_size - burst_size_bytes; in default_get_overlay_fifo_thresholds()
Ddsi.c3542 unsigned burst_size_bytes; in dsi_get_overlay_fifo_thresholds() local
3545 burst_size_bytes = 16 * 32 / 8; in dsi_get_overlay_fifo_thresholds()
3547 *fifo_high = fifo_size - burst_size_bytes; in dsi_get_overlay_fifo_thresholds()
3548 *fifo_low = fifo_size - burst_size_bytes * 2; in dsi_get_overlay_fifo_thresholds()