dlane_bps         561 drivers/gpu/drm/bridge/cdns-dsi.c 	unsigned long long dlane_bps;
dlane_bps         586 drivers/gpu/drm/bridge/cdns-dsi.c 	dlane_bps = (unsigned long long)dpi_hz * adj_dsi_htotal;
dlane_bps         590 drivers/gpu/drm/bridge/cdns-dsi.c 	if (do_div(dlane_bps, lanes * dpi_htotal))
dlane_bps         594 drivers/gpu/drm/bridge/cdns-dsi.c 	phy_cfg->hs_clk_rate = dlane_bps * 8;
dlane_bps         101 drivers/phy/cadence/cdns-dphy.c 	u64 dlane_bps;
dlane_bps         116 drivers/phy/cadence/cdns-dphy.c 	dlane_bps = opts->hs_clk_rate;
dlane_bps         118 drivers/phy/cadence/cdns-dphy.c 	if (dlane_bps > 2500000000UL || dlane_bps < 160000000UL)
dlane_bps         120 drivers/phy/cadence/cdns-dphy.c 	else if (dlane_bps >= 1250000000)
dlane_bps         122 drivers/phy/cadence/cdns-dphy.c 	else if (dlane_bps >= 630000000)
dlane_bps         124 drivers/phy/cadence/cdns-dphy.c 	else if (dlane_bps >= 320000000)
dlane_bps         126 drivers/phy/cadence/cdns-dphy.c 	else if (dlane_bps >= 160000000)
dlane_bps         129 drivers/phy/cadence/cdns-dphy.c 	cfg->pll_fbdiv = DIV_ROUND_UP_ULL(dlane_bps * 2 * cfg->pll_opdiv *