Home
last modified time | relevance | path

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

/linux/drivers/phy/socionext/
H A Dphy-uniphier-ahci.c24 struct reset_control *rst_pm, *rst_tx, *rst_rx; member
136 ret = reset_control_deassert(priv->rst_pm); in uniphier_ahciphy_pro4_power_on()
159 reset_control_assert(priv->rst_pm); in uniphier_ahciphy_pro4_power_on()
181 reset_control_assert(priv->rst_pm); in uniphier_ahciphy_pro4_power_off()
434 priv->rst_pm = devm_reset_control_get_shared(dev, "pm"); in uniphier_ahciphy_probe()
435 if (IS_ERR(priv->rst_pm)) in uniphier_ahciphy_probe()
436 return PTR_ERR(priv->rst_pm); in uniphier_ahciphy_probe()