peri_ctrl          52 drivers/phy/hisilicon/phy-hix5hd2-sata.c 	struct regmap	*peri_ctrl;
peri_ctrl          67 drivers/phy/hisilicon/phy-hix5hd2-sata.c 	if (priv->peri_ctrl) {
peri_ctrl          76 drivers/phy/hisilicon/phy-hix5hd2-sata.c 		regmap_update_bits(priv->peri_ctrl, data[0],
peri_ctrl         153 drivers/phy/hisilicon/phy-hix5hd2-sata.c 	priv->peri_ctrl = syscon_regmap_lookup_by_phandle(dev->of_node,
peri_ctrl         155 drivers/phy/hisilicon/phy-hix5hd2-sata.c 	if (IS_ERR(priv->peri_ctrl))
peri_ctrl         156 drivers/phy/hisilicon/phy-hix5hd2-sata.c 		priv->peri_ctrl = NULL;