Searched refs:dsi_cfg (Results 1 – 2 of 2) sorted by relevance
733 struct cdns_dsi_cfg *dsi_cfg, in cdns_dsi_mode2cfg() argument743 memset(dsi_cfg, 0, sizeof(*dsi_cfg)); in cdns_dsi_mode2cfg()759 dsi_cfg->hbp = dpi_to_dsi_timing(tmp, bpp, DSI_HBP_FRAME_OVERHEAD); in cdns_dsi_mode2cfg()760 dsi_htotal += dsi_cfg->hbp + DSI_HBP_FRAME_OVERHEAD; in cdns_dsi_mode2cfg()761 dsi_hss_hsa_hse_hbp += dsi_cfg->hbp + DSI_HBP_FRAME_OVERHEAD; in cdns_dsi_mode2cfg()769 dsi_cfg->hsa = dpi_to_dsi_timing(tmp, bpp, in cdns_dsi_mode2cfg()771 dsi_htotal += dsi_cfg->hsa + DSI_HSA_FRAME_OVERHEAD; in cdns_dsi_mode2cfg()772 dsi_hss_hsa_hse_hbp += dsi_cfg->hsa + DSI_HSA_FRAME_OVERHEAD; in cdns_dsi_mode2cfg()775 dsi_cfg->hact = dpi_to_dsi_timing(mode_valid_check ? in cdns_dsi_mode2cfg()778 dsi_htotal += dsi_cfg->hact; in cdns_dsi_mode2cfg()[all …]
108 dsi/dsi_cfg.o \