Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/phy/
Dphy-hix5hd2-sata.c56 struct regmap *peri_ctrl; member
71 if (priv->peri_ctrl) { in hix5hd2_sata_phy_init()
80 regmap_update_bits(priv->peri_ctrl, data[0], in hix5hd2_sata_phy_init()
157 priv->peri_ctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hix5hd2_sata_phy_probe()
159 if (IS_ERR(priv->peri_ctrl)) in hix5hd2_sata_phy_probe()
160 priv->peri_ctrl = NULL; in hix5hd2_sata_phy_probe()