Home
last modified time | relevance | path

Searched refs:bclk_ganged (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddsi.c591 unsigned long delay, bclk, bclk_ganged; in tegra_dsi_configure() local
601 bclk_ganged = DIV_ROUND_UP(bclk * lanes / 2, lanes); in tegra_dsi_configure()
602 value = bclk - bclk_ganged + delay + 20; in tegra_dsi_configure()
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddsi.c591 unsigned long delay, bclk, bclk_ganged; in tegra_dsi_configure() local
601 bclk_ganged = DIV_ROUND_UP(bclk * lanes / 2, lanes); in tegra_dsi_configure()
602 value = bclk - bclk_ganged + delay + 20; in tegra_dsi_configure()

Completed in 5 milliseconds