Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/
Dcdns-dsi.c554 unsigned int dsi_nlanes, in cdns_dsi_get_dphy_pll_cfg() argument
562 cfg->nlanes = dsi_nlanes; in cdns_dsi_get_dphy_pll_cfg()
581 if (dsi_htotal % dsi_nlanes) in cdns_dsi_get_dphy_pll_cfg()
582 adj_dsi_htotal += dsi_nlanes - (dsi_htotal % dsi_nlanes); in cdns_dsi_get_dphy_pll_cfg()
587 if (do_div(dlane_bps, dsi_nlanes * dpi_htotal)) in cdns_dsi_get_dphy_pll_cfg()
651 adj_dsi_htotal = (u64)fbdiv * pll_ref_hz * dsi_nlanes * in cdns_dsi_get_dphy_pll_cfg()
677 dsi_nlanes * dpi_htotal); in cdns_dsi_get_dphy_pll_cfg()