Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c740 struct dsi_phy_10nm_tuning_cfg *tuning_cfg = phy->tuning_cfg; in dsi_phy_hw_v3_0_lane_settings() local
768 writel(tuning_cfg->rescode_offset_top[i], in dsi_phy_hw_v3_0_lane_settings()
770 writel(tuning_cfg->rescode_offset_bot[i], in dsi_phy_hw_v3_0_lane_settings()
793 struct dsi_phy_10nm_tuning_cfg *tuning_cfg = phy->tuning_cfg; in dsi_10nm_phy_enable() local
830 writel(tuning_cfg->vreg_ctrl, base + REG_DSI_10nm_PHY_CMN_VREG_CTRL); in dsi_10nm_phy_enable()
908 struct dsi_phy_10nm_tuning_cfg *tuning_cfg; in dsi_10nm_phy_parse_dt() local
915 tuning_cfg = devm_kzalloc(dev, sizeof(*tuning_cfg), GFP_KERNEL); in dsi_10nm_phy_parse_dt()
916 if (!tuning_cfg) in dsi_10nm_phy_parse_dt()
934 tuning_cfg->rescode_offset_top[i] = 0x3f & offset_top[i]; in dsi_10nm_phy_parse_dt()
951 tuning_cfg->rescode_offset_bot[i] = 0x3f & offset_bot[i]; in dsi_10nm_phy_parse_dt()
[all …]
H A Ddsi_phy.h109 void *tuning_cfg; member