Searched refs:dsi_htotal (Results 1 – 1 of 1) sorted by relevance
563 unsigned long dsi_htotal; in cdns_dsi_adjust_phy_config() local569 dsi_htotal = dsi_cfg->hbp + DSI_HBP_FRAME_OVERHEAD; in cdns_dsi_adjust_phy_config()571 dsi_htotal += dsi_cfg->hsa + DSI_HSA_FRAME_OVERHEAD; in cdns_dsi_adjust_phy_config()573 dsi_htotal += dsi_cfg->hact; in cdns_dsi_adjust_phy_config()574 dsi_htotal += dsi_cfg->hfp + DSI_HFP_FRAME_OVERHEAD; in cdns_dsi_adjust_phy_config()581 adj_dsi_htotal = dsi_htotal; in cdns_dsi_adjust_phy_config()582 if (dsi_htotal % lanes) in cdns_dsi_adjust_phy_config()583 adj_dsi_htotal += lanes - (dsi_htotal % lanes); in cdns_dsi_adjust_phy_config()596 dsi_hfp_ext = adj_dsi_htotal - dsi_htotal; in cdns_dsi_adjust_phy_config()598 dsi_cfg->htotal = dsi_htotal + dsi_hfp_ext; in cdns_dsi_adjust_phy_config()