Home
last modified time | relevance | path

Searched refs:lane_base (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c722 void __iomem *lane_base = phy->lane_base; in dsi_phy_hw_v3_0_config_lpcdrx() local
730 writel(0x3, lane_base + REG_DSI_10nm_PHY_LN_LPRX_CTRL(phy_lane_0)); in dsi_phy_hw_v3_0_config_lpcdrx()
732 writel(0, lane_base + REG_DSI_10nm_PHY_LN_LPRX_CTRL(phy_lane_0)); in dsi_phy_hw_v3_0_config_lpcdrx()
739 void __iomem *lane_base = phy->lane_base; in dsi_phy_hw_v3_0_lane_settings() local
747 writel(0x55, lane_base + REG_DSI_10nm_PHY_LN_LPTX_STR_CTRL(i)); in dsi_phy_hw_v3_0_lane_settings()
753 writel(0, lane_base + REG_DSI_10nm_PHY_LN_LPRX_CTRL(i)); in dsi_phy_hw_v3_0_lane_settings()
754 writel(0x0, lane_base + REG_DSI_10nm_PHY_LN_PIN_SWAP(i)); in dsi_phy_hw_v3_0_lane_settings()
755 writel(0x88, lane_base + REG_DSI_10nm_PHY_LN_HSTX_STR_CTRL(i)); in dsi_phy_hw_v3_0_lane_settings()
762 writel(0, lane_base + REG_DSI_10nm_PHY_LN_CFG0(i)); in dsi_phy_hw_v3_0_lane_settings()
763 writel(0, lane_base + REG_DSI_10nm_PHY_LN_CFG1(i)); in dsi_phy_hw_v3_0_lane_settings()
[all …]
H A Ddsi_phy_14nm.c913 void __iomem *base = phy->lane_base; in dsi_14nm_dphy_set_timing()
954 void __iomem *lane_base = phy->lane_base; in dsi_14nm_phy_enable() local
973 writel(0x1d, lane_base + REG_DSI_14nm_PHY_LN_VREG_CNTRL(i)); in dsi_14nm_phy_enable()
975 writel(0xff, lane_base + REG_DSI_14nm_PHY_LN_STRENGTH_CTRL_0(i)); in dsi_14nm_phy_enable()
977 lane_base + REG_DSI_14nm_PHY_LN_STRENGTH_CTRL_1(i)); in dsi_14nm_phy_enable()
980 lane_base + REG_DSI_14nm_PHY_LN_CFG3(i)); in dsi_14nm_phy_enable()
981 writel(0x10, lane_base + REG_DSI_14nm_PHY_LN_CFG2(i)); in dsi_14nm_phy_enable()
982 writel(0, lane_base + REG_DSI_14nm_PHY_LN_TEST_DATAPATH(i)); in dsi_14nm_phy_enable()
983 writel(0x88, lane_base + REG_DSI_14nm_PHY_LN_TEST_STR(i)); in dsi_14nm_phy_enable()
H A Ddsi_phy.c668 phy->lane_base = msm_ioremap_size(pdev, "dsi_phy_lane", &phy->lane_size); in dsi_phy_driver_probe()
669 if (IS_ERR(phy->lane_base)) in dsi_phy_driver_probe()
670 return dev_err_probe(dev, PTR_ERR(phy->lane_base), in dsi_phy_driver_probe()
872 if (phy->lane_base) in msm_dsi_phy_snapshot()
874 phy->lane_size, phy->lane_base, in msm_dsi_phy_snapshot()
H A Ddsi_phy.h97 void __iomem *lane_base; member