Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/phy/hisilicon/
H A Dphy-hix5hd2-sata.c52 struct regmap *peri_ctrl; member
67 if (priv->peri_ctrl) { in hix5hd2_sata_phy_init()
76 regmap_update_bits(priv->peri_ctrl, data[0], in hix5hd2_sata_phy_init()
153 priv->peri_ctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hix5hd2_sata_phy_probe()
155 if (IS_ERR(priv->peri_ctrl)) in hix5hd2_sata_phy_probe()
156 priv->peri_ctrl = NULL; in hix5hd2_sata_phy_probe()
/kernel/linux/linux-6.6/drivers/phy/hisilicon/
H A Dphy-hix5hd2-sata.c53 struct regmap *peri_ctrl; member
68 if (priv->peri_ctrl) { in hix5hd2_sata_phy_init()
77 regmap_update_bits(priv->peri_ctrl, data[0], in hix5hd2_sata_phy_init()
154 priv->peri_ctrl = syscon_regmap_lookup_by_phandle(dev->of_node, in hix5hd2_sata_phy_probe()
156 if (IS_ERR(priv->peri_ctrl)) in hix5hd2_sata_phy_probe()
157 priv->peri_ctrl = NULL; in hix5hd2_sata_phy_probe()

Completed in 1 milliseconds