Searched refs:dsi_htotal (Results 1 – 1 of 1) sorted by relevance
562 unsigned long dsi_htotal; in cdns_dsi_adjust_phy_config() local568 dsi_htotal = dsi_cfg->hbp + DSI_HBP_FRAME_OVERHEAD; in cdns_dsi_adjust_phy_config()570 dsi_htotal += dsi_cfg->hsa + DSI_HSA_FRAME_OVERHEAD; in cdns_dsi_adjust_phy_config()572 dsi_htotal += dsi_cfg->hact; in cdns_dsi_adjust_phy_config()573 dsi_htotal += dsi_cfg->hfp + DSI_HFP_FRAME_OVERHEAD; in cdns_dsi_adjust_phy_config()580 adj_dsi_htotal = dsi_htotal; in cdns_dsi_adjust_phy_config()581 if (dsi_htotal % lanes) in cdns_dsi_adjust_phy_config()582 adj_dsi_htotal += lanes - (dsi_htotal % lanes); in cdns_dsi_adjust_phy_config()595 dsi_hfp_ext = adj_dsi_htotal - dsi_htotal; in cdns_dsi_adjust_phy_config()597 dsi_cfg->htotal = dsi_htotal + dsi_hfp_ext; in cdns_dsi_adjust_phy_config()