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

/linux-master/drivers/phy/hisilicon/
H A Dphy-hix5hd2-sata.c53 struct regmap *peri_ctrl; member in struct:hix5hd2_priv
68 if (priv->peri_ctrl) {
77 regmap_update_bits(priv->peri_ctrl, data[0],
154 priv->peri_ctrl = syscon_regmap_lookup_by_phandle(dev->of_node,
156 if (IS_ERR(priv->peri_ctrl))
157 priv->peri_ctrl = NULL;

Completed in 131 milliseconds