Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8-mipi-dphy.c126 struct regmap *lvds_regmap; member
395 regmap_write(priv->lvds_regmap, PHY_CTRL, in mixel_dphy_configure_lvds_phy()
545 regmap_update_bits(priv->lvds_regmap, PHY_CTRL, LVDS_EN, LVDS_EN); in mixel_dphy_power_on_lvds_phy()
602 regmap_update_bits(priv->lvds_regmap, PHY_CTRL, LVDS_EN, 0); in mixel_dphy_power_off()
701 priv->lvds_regmap = in mixel_dphy_probe()
703 if (IS_ERR(priv->lvds_regmap)) { in mixel_dphy_probe()
704 ret = PTR_ERR(priv->lvds_regmap); in mixel_dphy_probe()