Searched refs:dsi_phy_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi_phy.c | 18 #define dsi_phy_write(offset, data) msm_writel((data), (offset)) macro 178 dsi_phy_write(base + REG_DSI_28nm_PHY_REGULATOR_CAL_PWR_CFG, 0); in dsi_28nm_phy_regulator_ctrl() 182 dsi_phy_write(base + REG_DSI_28nm_PHY_REGULATOR_CTRL_0, 0x0); in dsi_28nm_phy_regulator_ctrl() 183 dsi_phy_write(base + REG_DSI_28nm_PHY_REGULATOR_CAL_PWR_CFG, 1); in dsi_28nm_phy_regulator_ctrl() 184 dsi_phy_write(base + REG_DSI_28nm_PHY_REGULATOR_CTRL_5, 0); in dsi_28nm_phy_regulator_ctrl() 185 dsi_phy_write(base + REG_DSI_28nm_PHY_REGULATOR_CTRL_3, 0); in dsi_28nm_phy_regulator_ctrl() 186 dsi_phy_write(base + REG_DSI_28nm_PHY_REGULATOR_CTRL_2, 0x3); in dsi_28nm_phy_regulator_ctrl() 187 dsi_phy_write(base + REG_DSI_28nm_PHY_REGULATOR_CTRL_1, 0x9); in dsi_28nm_phy_regulator_ctrl() 188 dsi_phy_write(base + REG_DSI_28nm_PHY_REGULATOR_CTRL_0, 0x7); in dsi_28nm_phy_regulator_ctrl() 189 dsi_phy_write(base + REG_DSI_28nm_PHY_REGULATOR_CTRL_4, 0x20); in dsi_28nm_phy_regulator_ctrl() [all …]
|